Fnuik Posted December 7, 2010 Posted December 7, 2010 Hi, I have this problem with leaders: If i have a leader in a certain style it will ignore that style and update all leaders in the drawing. For dimensions i dont have the problem. Plz help It are qleaders (setq ss (ssget "_X" '((0 . "LEADER,DIMENSION")(3 . "STIJL A")))) Greetings Quote
Lee Mac Posted December 7, 2010 Author Posted December 7, 2010 Use (3 . "~STIJL A") To avoid updating this style. Quote
Fnuik Posted December 8, 2010 Posted December 8, 2010 Hi Lee thx for the quick respons, I think I should explain myself a bit more. The problem is that (3 . "STIJL A") exception is ignored for quickleaders but not for dimensions. I think this might be a bug in ACAD. For example if i add this exception all leaders are selected by the ssget function even if they dont have style "STIJL A". I only want to select "STIJL A" Qleaders. All not "STIJL A" leaders are converted to "STIJL A" Thx Quote
Lee Mac Posted December 8, 2010 Author Posted December 8, 2010 Hmmm... in that case I would have said that your first code should have worked - not sure on this one Quote
minhquang Posted May 19, 2013 Posted May 19, 2013 Dear all, Could anyone help me a lisp to set all dimension (including dimensions in block) to a specified layer? Thanks, Miquan 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.