re-select polyline
I have this command(setq selpline (ssget '((0 . "LWPOLYLINE"))))
The variable "selpline" ,contains the polyline selected,
only that at the end of my code I lose the selection of this polyline.
How can I make a command to select the polyline again, with reference only to variable "selpline"???? You want that selection set to appear highlighted?
(sssetfirst nil selpline) Mircea
It was exactly what I needed, thank you Glad I could help you! You're welcome!
页:
[1]