Isolate Macro for Rhino 5

HI,

Rhino WIP has an ‘isolate’ option. I wish to create a macro or keyboard shortcut in Rhino 5 to utilize this functionality; however, when I click the lightbulb icon to invoke this command the command window simply display ‘_hide’ with no other options.

Is there any way around this?

Thanks,
Erik

Hi Erik - use the Rhino ‘hide buckets’ for this -

! _Select _Pause _Invert _-Hide "Isolate"

! _-Show "Isolate"

The dash (scripting) versions of the commands have built in hide buckets that you can name & retrieve.

-Pascal

This is great. Thanks Pascal!