GetObjectPassesGeometryAttributeFilter Method |
Checks geometry to see if it passes the basic GeometryAttributeFilter.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool PassesGeometryAttributeFilter(
RhinoObject rhObject,
GeometryBase geometry,
ComponentIndex componentIndex
)
Public Function PassesGeometryAttributeFilter (
rhObject As RhinoObject,
geometry As GeometryBase,
componentIndex As ComponentIndex
) As Boolean
Parameters
- rhObject
- Type: Rhino.DocObjectsRhinoObject
parent object being considered. - geometry
- Type: Rhino.GeometryGeometryBase
geometry being considered. - componentIndex
- Type: Rhino.GeometryComponentIndex
if >= 0, geometry is a proper sub-part of object->Geometry() with componentIndex.
Return Value
Type:
Boolean
true if the geometry passes the filter returned by GeometryAttributeFilter().
See Also