Get Subobject in Rhino Common

Hi,

I want to make my subobject selection behavior emulates the Fillet command, which means users don’t have to hold Ctrl+Shift to activate sub-object selection. Is there a way to achieve that? GetObject.SubObjectSelect = true; won’t help on this.

Thanks!

Please review the example

Note that you have to set the appropriate geometry filter along with SubObjectSelect .

Here another one

You can check all the samples where SetObjectSelect = true: Code search results · GitHub

1 Like