Description:

To select subobjects, override this virtual function, add component indices of the subobjects that should get selected to indicesToSelect list and return true. This is called only if the SelFilter returns False and the whole object does not get selected.

Syntax:
protected virtual Boolean SelSubObjectFilter(
RhinoObject rhObj,
List<ComponentIndex> indicesToSelect
)
protected
virtual
Parameters:
  • indicesToSelect
  • Type: List<Rhino.Geometry.ComponentIndex>
  • The component indices of the subobjects to select.
Returns:
Type: Boolean
True if components added to indicesToSelect should get selected.
Available since:
7.9

/
/
/
SelSubObjectFilter

SelSubObjectFilter method

Class:  Rhino.Commands.SelCommand

Nothing found