Skip to content

M_Rhino_Commands_SelCommand_SelFilter

Will Pearson edited this page Aug 12, 2016 · 2 revisions

SelCommand.SelFilter Method

Override this virtual function and return true if object should be selected.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

protected abstract bool SelFilter(
	RhinoObject rhObj
)

VB

Protected MustOverride Function SelFilter ( 
	rhObj As RhinoObject
) As Boolean

Parameters

 

rhObj
Type: Rhino.DocObjects.RhinoObject
The object to check regarding selection status.

Return Value

Type: Boolean
true if the object should be selected; false otherwise.

Version Information

Supported in: 5D58w

See Also

Reference

SelCommand Class
Rhino.Commands Namespace

Clone this wiki locally