Message 1 of 11

Not applicable
06-28-2016
09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to modify the attached LISP routine so I can manually select objects with a window instead of picking individual objects. I cannot for the life of me get it right. I am trying to use the following guidance I read online:
(setq sel1 (ssget "x"))
"This function allows you to select as many entities as you like using any selection method, such as Window, Crossing, Fence, etc.
You can also include a selection set filter within the function."
I cannot make it work. What am I doing wrong?
Solved! Go to Solution.