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.
Fillet
Ctrl+Shift
GetObject.SubObjectSelect = true;
Thanks!
Please review the example
Note that you have to set the appropriate geometry filter along with SubObjectSelect .
SubObjectSelect
Here another one
You can check all the samples where SetObjectSelect = true: Code search results · GitHub
SetObjectSelect = true