INVERT SELECTION/HIDE SHOW
INVERT SELECTION/HIDE SHOW
(OP)
1. Is there a way to invert a selection
2. Is there a way to hide that inverted selection do "some work" then restore just the elements hidden not globally unhide everything.
3. I have a kind of work around using selection sets but it is rather cumbersome.
2. Is there a way to hide that inverted selection do "some work" then restore just the elements hidden not globally unhide everything.
3. I have a kind of work around using selection sets but it is rather cumbersome.





RE: INVERT SELECTION/HIDE SHOW
Show the items you later want visible, Show the geometric set, swap back to show mode.
RE: INVERT SELECTION/HIDE SHOW
I AM AWARE OF THE THE BUTTON YOU SUGGESTED HOWEVER WHAT I WANT TO DO IS FOR INSTANCE SELECT 3 RELEVANT PIECES OF GEOMETRY THEN INVERT THE SELECTION TO SELECT EVERYTHING ELSE THAT IS VISIBLE.
RE: INVERT SELECTION/HIDE SHOW
There is a CATScript which is doing what you want.
From the on line help:
CAADmuInvertSelection.CATScript is located in the CAAScdDmuUseCases module.
Regards
Fernando
RE: INVERT SELECTION/HIDE SHOW
RE: INVERT SELECTION/HIDE SHOW
if you do not use layer for any methodology then may be they can be of some help here...
put your selection on a layer, then filter what is not on this layer. the problem is that by default geometry is not on any layer and cannot be filtered.
So select everything in show put on layer 1
make you selection in show and put on layer 5
Hope this is easier than playing with show/hide/ selection set...
Remember to put everything back on no layer when you're done.
indocti discant et ament meminisse periti
RE: INVERT SELECTION/HIDE SHOW
Does anybody know ho.w to collapse all the geometric sets in a part at all levels
F2 collapses the 1st level of the tree however if a branch is re-expanded the Geometrical Sets inside are all expanded if that is the state they were in Prior to hitting F2
RE: INVERT SELECTION/HIDE SHOW
I use Expand Selection via user alias and accelerator.
See attached picture.
Jim