Description:
Override this abstract function and return True if object should be selected.
Syntax:
protected
Parameters:
- rhObj
- Type: Rhino.DocObjects.RhinoObject
- The object to check regarding selection status.
Returns:
Type: bool
True if the object should be selected; False otherwise.