jsmith.152135
2007-10-31, 05:02 PM
How can I create a single selection set of 5 lwpolylines and hatches of different colors?
I'm using the either options line below to select color 42.
Option A: (setq sel (ssget “X” '((62 . 42)(0 . "lwpolyline,Hatch"))))
Option B: pselect (ssget "x" (list (cons 62 42)(cons 0 "lwpolyline,Hatch")))
so that the selection set was active right away
I want to add colors 50, 134, 221 and 252 to the same selectiom set in option A or B, which ever works!
Thanks in advance
Jim
I'm using the either options line below to select color 42.
Option A: (setq sel (ssget “X” '((62 . 42)(0 . "lwpolyline,Hatch"))))
Option B: pselect (ssget "x" (list (cons 62 42)(cons 0 "lwpolyline,Hatch")))
so that the selection set was active right away
I want to add colors 50, 134, 221 and 252 to the same selectiom set in option A or B, which ever works!
Thanks in advance
Jim