Skip to content

GetObjectGeometryFilter

Namespace: Rhino.Input.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public delegate bool GetObjectGeometryFilter(
RhinoObject rhObject,
GeometryBase geometry,
ComponentIndex componentIndex
)

Parameters

rhObject

Type: Rhino.DocObjects.RhinoObject

geometry

Type: Rhino.Geometry.GeometryBase

componentIndex

Type: Rhino.Geometry.ComponentIndex

Return Value

Type:Boolean