RhinoCommon API
ObjRefGeometryComponentIndex Property |
Gets the component index of the referenced (sub) geometry.
Some objects have sub-objects that are valid pieces of geometry. For
example, breps have edges and faces that are valid curves and surfaces.
Each sub-object has a component index that is > 0. The parent
geometry has a component index = -1.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public ComponentIndex GeometryComponentIndex { get; }
Public ReadOnly Property GeometryComponentIndex As ComponentIndex Get