Search the Community
Showing results for tags 'previous'.
-
(setq axd (vla-AddDimAligned spc d1 d2 ex)) (vla-Copy axd) (vl-cmdf "_.explode" "_l" "") ;could not find an ActiveX equivalent for this (setq del (ssget "_p")) ;errors here, does not set the variable and exits routine Can someone shed some light? What is the deal with the above? I am able to type the last expression at the command line after error and it sets the variable fine, so it seems to recognize the previous entities after lisp exits but not during for some reason. Also, is there a way to explode dims other than the command method? Thanks in advance!
-
Problem with command: previous
seetzer7 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
I have recently started working with the german version of AutoCAD 2012 and the "previous" command doesn't seem to work right. When I use the command it selects my previous selection and then asks me to select more objects and when I press enter it cancels the command all together. Here is the code from the macro: $M=$(if,$(getvar,cmdactive),,_select;)_p Wondering if someone can either tell me how to fix it or send me the correct code so I can once again use this very practical resource.