Click or drag to resize

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
Syntax
public ComponentIndex GeometryComponentIndex { get; }

Property Value

Type: ComponentIndex
See Also