Working with regions and SUBTRACT command

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to optimize a process of cleaning up an array when is intercepted by other objects. The attached .dwg file shows the before and after of my exercise.
I work on AutoCAD LT 2019 and I have been using he SUBTRACT command which work great but partially fulfilling my needs.
The tall rectangles in the drawing (the “subtracted”) are the subject for cleanup and will need to be removed completely whenever another object like the yellow polygon in the drawing (the “subtractor”) intercept them. SUBTRACT command does what is designed to do: a partial removal as opposed to total removal.
Also, I need the “subtractor” object to remain in the drawing as opposed to what SUBTRACT command does which is deleting it.
Note: The array has already been “exploded” so all rectangles of all three sizes are independent regions. The “interceptor” polygon is also a region of course.
I am not criticizing the SUBTRACT command. I just need some hints on how to achieve my goals combining it with some other commands or procedures.
Thank you very much in advance
AG