Inverse selection

Inverse selection

kibitotato
Advocate Advocate
4,103 Views
5 Replies
Message 1 of 6

Inverse selection

kibitotato
Advocate
Advocate

Is it possible to do a inverse selection into autocad?

0 Likes
Accepted solutions (3)
4,104 Views
5 Replies
Replies (5)
Message 2 of 6

pendean
Community Legend
Community Legend
Explain in more detail an example of your intentions in a DWG file.
0 Likes
Message 3 of 6

kibitotato
Advocate
Advocate
Not possible to do it into a dwg file.
FOr example I have a superbig drawging with lines plines blocks arrays....
I want to select a part of the drawing ant then, invert the selection and have into the selection the other part of the drawing...
0 Likes
Message 4 of 6

paullimapa
Mentor
Mentor
Accepted solution
0 Likes
Message 5 of 6

Kent1Cooper
Consultant
Consultant
Accepted solution

@kibitotato wrote:
....
I want to select a part of the drawing ant then, invert the selection and have into the selection the other part of the drawing...

Use SELECT and pick the first part.  ESCape a couple of times to clear that selection, which will then be the "Previous" selection.  Then start whatever command you intend, type ALL to select everything, then type R for Remove and P for Previous to take the previous selection out of the current [everything] selection, so you're left with the inverse selection -- ENTER to finalize that and proceed with the command.

Kent Cooper, AIA
Message 6 of 6

ВeekeeCZ
Consultant
Consultant
Accepted solution

Possibly you can use the Group command to help.

Make a Group of objects that you have currently selected. Then SelectAll and Unselect your Group. Then Ungroup. Easy.