Sub-objects keyboard shortcut?

Hi all
Wonder if possible to create shortcut instead of clicking the tiny box to select SbObjects selection filter.
Very usefull tool to me, would appreciate to be more handy

Cheers

Hi @Petrol
If you run the dashed version -SelectionFilter you get to use the command line to turn on/off the various filters, so you can write your own macro :slight_smile:
HTH, Jakob

Hi
Didn’t even think about…
I’ll get a try

Thx

you can use Ctrl Shift click to selec either faces or edges of an object, is that what you want?

Hooo nice ! didn’t know this trick !
Perfect !

Hi - In recent Rhino 7 WIPs, the following aliases are available:

You might have to reset your preferences for these to show up.
-wim

1 Like

I made this macro in Rhino8 and it works as sub-object toggle, also during a command:
NoEcho '-SelectionFilter _subobjects _toggle _enter

Best,

1 Like

Wow! Thank you so much! Works fast and nice