Remove object in locating outside boundary

Remove object in locating outside boundary

Anonymous
Not applicable
2,457 Views
6 Replies
Message 1 of 7

Remove object in locating outside boundary

Anonymous
Not applicable

Hello.

I want to delete all of the things that is located outside some boundary.

I attach an example image to you to understand it.

The image is that I want to remove circle in locating outside the rectangle.

Because my project has a lot of circles that I can not delete individually.

0 Likes
2,458 Views
6 Replies
Replies (6)
Message 2 of 7

RobDraw
Mentor
Mentor

In time that it took you to type your question you could have erased the circles outside the boundary individually. In a more complicated drawing there are several ways to accomplish what you want but not in the way you think it should work.

 

In you example, I would select all the circles and then deselect using shift and a window or crossing window.

 

Alternatively, you could make a block of what you want to keep, erase everything and then insert the block.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
Message 3 of 7

Anonymous
Not applicable

There is no built-in inverse selection for AutoCAD.

Rob's method of selecting all and shift-select for item to deselect from the set is the simplest way.

Message 4 of 7

Kent1Cooper
Consultant
Consultant

@Anonymous wrote:

....

I want to delete all of the things that is located outside some boundary.

....


In the "Search the Community" slot at upper right, type "erase outside boundary", pick the SEARCH button, and you will find numerous threads on this same topic.

Kent Cooper, AIA
Message 5 of 7

Anonymous
Not applicable

Using LISP at the command line (ssget"X") selects the ENTIRE database of objects in the file, including off/frozen layers.  Then enter an R for remove and select those objects you wish to keep (via window, crossing, fence etc.).  Objects on locked layers, or in "other" space will not be altered.

Message 6 of 7

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

As others have suggested, there is no inverse selection available in plain AutoCAD. So the easiest way is to ERASE all and then remove the items you want to retain before completing the command.

 

 


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
Message 7 of 7

pendean
Community Legend
Community Legend