Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am attempting to use SSGET's "_:E" function, but I have been unable to find an example.
If I use (setq obs (ssget "_:E")), the user is asked to pick a point. It correctly finds all objects touched by the pickbox. Sweet, but I want to feed a point variable to the function, not make the user pick.
If I use (setq obs (ssget "_:E pt)), I get error: bad point argument
and the same if I use (setq obs (ssget pt "_:E"))
Thanks, if you can help.
Tim
Tim Corey
MicroCAD Training and Consulting, Inc.
Redding, CA
Autodesk Platinum Reseller
New knowledge is the most valuable commodity on earth. -- Kurt Vonnegut
Solved! Go to Solution.