SelCommandSelFilter Method |
Override this abstract function and return true if object should be selected.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected abstract bool SelFilter(
RhinoObject rhObj
)
Protected MustOverride Function SelFilter (
rhObj As RhinoObject
) As Boolean
Parameters
- rhObj
- Type: Rhino.DocObjectsRhinoObject
The object to check regarding selection status.
Return Value
Type:
Booleantrue if the object should be selected; false otherwise.
See Also