faizur Posted July 4, 2023 Posted July 4, 2023 I want to select multiple objects inside the selection. Like the "EXTRIM" command, where after selecting the object it asks "Specify the side to trim on". TIA Quote
Steven P Posted July 4, 2023 Posted July 4, 2023 Try Crossing Polygon (ssget "_CP" ....... ) (see http://lee-mac.com/ssget.html) - will that work? Could also try Window Polygon for entities that are completely inside the selected object 2 Quote
BIGAL Posted July 5, 2023 Posted July 5, 2023 Re extrim in the Extrim.lsp program its called via (Etrim look for it, I use a small offset then use that for the Etrim select. (etrim (entlast) (getvar 'extmax)) So this cuts the objects touching but does not remove the outside objects so the answer is change the inside objects to a dummy layer isolate the outside objects layer then delete them, unisolate and change the objects back to correct layer. Sequence is pick pline, pick 2 outside points ie window all the objects, this is used later for the erase out side objects. Waffles.lsp 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.