PAssing a selectionset to the properties bar vial Lisp?
I was wondering if i can pass a selectionset like this for example (setq sset (ssget "_X" '((0 . "INSERT") (2 . "Name*"))) to the properties bar for further
modifikation. I know i can generate simple selectionsets in the properties bar itself but i was thinking 'bout rather complicated selectionset filters in Lisp.
regards
Martin Harrer
modifikation. I know i can generate simple selectionsets in the properties bar itself but i was thinking 'bout rather complicated selectionset filters in Lisp.
regards
Martin Harrer
0
Comments
-
Yes, should be possible ...
when SelectionSet is retrieved by Lisp, use (command "_select" "_p") as last statement in Lisp code;
this should work ... ?
Many greetings !0 -
Ooops - correction :
use (sssetfirst nil selectionset) ... this works as expected.0 -
Thanks Torsten, works like a charm!0
This discussion has been closed.