M_Rhino_Geometry_GeometryBase_ComponentIndex - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.ComponentIndex Method

If this piece of geometry is a component in something larger, like a BrepEdge in a Brep, then this function returns the component index.

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

Syntax

C#

public ComponentIndex ComponentIndex()

VB

Public Function ComponentIndex As ComponentIndex

Return Value

Type: ComponentIndex
This object's component index. If this object is not a sub-piece of a larger geometric entity, then the returned index has m_type = ComponentIndex.InvalidType and m_index = -1.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️