GetObjectGeometryFilter Delegate

GetObjectGeometryFilter Delegate

[Missing <summary> documentation for "T:Rhino.Input.Custom.GetObjectGeometryFilter"]

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate bool GetObjectGeometryFilter(
	RhinoObject rhObject,
	GeometryBase geometry,
	ComponentIndex componentIndex
)
Public Delegate Function GetObjectGeometryFilter ( 
	rhObject As RhinoObject,
	geometry As GeometryBase,
	componentIndex As ComponentIndex
) As Boolean

Parameters

rhObject
Type: Rhino.DocObjectsRhinoObject
geometry
Type: Rhino.GeometryGeometryBase
componentIndex
Type: Rhino.GeometryComponentIndex

Return Value

Type: Boolean
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also