Jump to content

xref path type set to RELATIVE


Recommended Posts

Posted

Hi to all, I'm attaching an xrefs for hundreds of drawings this simple using lisp routine

 

(command "tilemode" "1")

(command "-layer" "S" "A-XREFS" "")

(command "-xref" "o" "" "R:/Xrefs/AR-site-boundary.dwg" "0,0" "1" "1" "0" "")

(command "-xref" "o" "" "R:/Xrefs/AR-overall-markings.dwg" "0,0" "1" "1" "0" "")

(command "tilemode" "0")

(command "qsave" "")

(command "close" "")

 

my problem is the PATH TYPE is always going to FULL PATH...is there a way to make it RELATIVE?

 

Thanks & more power,

 

The courage dog:)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...