One of Rhino’s strengths is the number of precise SelSomething commands. I know some of my ideas may interfere with the way selecting in Rhino is being made right now but I really wish there were equally strong unselect commands or user predefined areas of influence for the commands.
Some kind of temporarily saved selections would need to be made to run another selection method of choice and select what should be subtracted from the original selection
It happened to me, that inside of the viewport, ideal command to use was SelColor – the problem was that it selected everything of the same color in the whole file – waaay more than I needed. A good solution for that would be a predefined area of command influence (for example bounded to only visible in the viewport objects) or unselect commands.
If there are already some comfortable methods I wasn’t aware of, please correct me.
EDIT: Unselect method in simple words:
- Select what you want in the way you want
- Activate (maybe by the key modifier?) unselect method
- Select what to subtract from the previous selection in the way you want
- Enjoy your precise selection
1. Example - SelColor only visible objects in the viewport. (this one could be solved by macro probably)
Right now:
- SelColor
- Isolate
- SelNone
- SelVisible
- Unisolate
Wish:
- SelColor
- Unselect Invisible
Alternate Wish:
- Command area of influence - Viewport
- Sel Color
2. Example - Select bunch of stuff but deselect e.g. white:
Right now:
- Select some stuff (selection method of choice)
- Isolate
- SelNone
- SelColor (white)
- Hide A (B or C)
- SelAll
- Unisolate
- Show A (B or C)
Wish:
- Select some stuff (selection method of choice)
- Unselect Color
3. Unselect Named Selection:
Wish: RMB Click on Named Selection substracts objects from the active selection.
4. Discussed in the past – Selection methods for only occluded geometries.
In the Select by brushing command, option SelectThroughObjects=No doesn’t seem to do what I would expect it to do all the time… It acts weird.
It would be handy to have this option working not only inside Select by brushing but also as a modifier key for Window Select methods - but that may as well be too much acrobatics.
5. Isolate working for sub-objects e.g. mesh faces could also help a lot when modifying some parts of the mesh.
6. SelShortCrv - it could be SelCrvByLength where user could define not only maximum length but minimum too.