The Courage Dog Posted November 10, 2008 Posted November 10, 2008 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:) Quote
NBC Posted November 10, 2008 Posted November 10, 2008 you could check the following links out - http://blog.jtbworld.com/2006/02/how-to-preset-path-type-in-xref-attach.html http://www.caddmanager.com/CMB/2007/01/relative-xref-path-fix-xrp/ Quote
Recommended Posts
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.