CadTechJGC184 Posted April 28, 2009 Posted April 28, 2009 THE ONE YOU GAVE ME WORKS GREAT, oops... let me turn my caps off. What does this lisp do that yours doesn't? Quote
Lee Mac Posted April 28, 2009 Posted April 28, 2009 This one alters the dictionary entry and hence changes the QLEADER settings (not stored as sys vars). Quote
Lee Mac Posted April 28, 2009 Posted April 28, 2009 If you do have any more questions, it'd be better to post them in new threads so that other members can benefit. Quote
CadTechJGC184 Posted April 28, 2009 Posted April 28, 2009 Lee Mac, EXOFFSET doesn't do that. It offsets it to the same layer of the object I am offsetting. ?? Quote
Lee Mac Posted April 28, 2009 Posted April 28, 2009 Don't jump to conclusions so quickly: EXOFFSET > > OPTIONS > LAYER > CURRENT Quote
CadTechJGC184 Posted April 28, 2009 Posted April 28, 2009 OK so I have to do step by step? Here's on for you, "off.lsp". it turns all layers off except for the current layer. You don't have to pick any layers. Then you type on and all the layers that were turned on turns on. all locked layers stay locked. Quote
CadTechJGC184 Posted April 28, 2009 Posted April 28, 2009 Lee Mac, I tried the: EXOFFSET > > OPTIONS > LAYER > CURRENT. It does work., but the lisp that we had at my last job skipped all the option input and automatically offsets it to the current layer. Quote
Lee Mac Posted April 28, 2009 Posted April 28, 2009 OK so I have to do step by step? Here's on for you, "off.lsp". it turns all layers off except for the current layer. You don't have to pick any layers. Then you type on and all the layers that were turned on turns on. all locked layers stay locked. What about "layiso" and "layon"? Quote
Lee Mac Posted April 28, 2009 Posted April 28, 2009 Lee Mac, I tried the: EXOFFSET > > OPTIONS > LAYER > CURRENT. It does work., but the lisp that we had at my last job skipped all the option input and automatically offsets it to the current layer. I'm sure you could make a macro just to funnel through the above commands: ^C^CEXOFFSET;\;OPTIONS;LAYER;CURRENT etc etc Quote
CadTechJGC184 Posted April 28, 2009 Posted April 28, 2009 Thank you Lee Mac. i will try them out! 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.