JM>
JM> A question for the AutoLISP guys: when defining a Selection Set
JM> using SSGET, is there any way to redefine instead
JM> of creating a new selection set each time the routine is called? I
JM> tried a (setq ss1 nil) but still a new selection set was created the
JM> next time...
JM> --- FLAME v1.1
In reference to selection set. I am using on R12 the following LISp routine
in the menu.
[SELECTION A]^p(if(/=sela nil)(setq sela sela)(setq sela(ssget)));
to clear this selection set,
[CLEAR SEl. A]^p(progn(setq sela nil)(prompt"Group A
Cleared.")(terpri)(princ))
Have this way established 5 difference selection set. It works for me. Anyway
let me know how it works out.
--- Maximus 3.01
---------------
* Origin: City Limits BBS (1:221/503)
|