ObjRef Constructor (Guid, ComponentIndex)

ObjRef Constructor (Guid, ComponentIndex)

Initializes a new object reference from a guid and component index. The component index is used to specify a "piece" of the geometry

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public ObjRef(
	Guid id,
	ComponentIndex ci
)
Public Sub New ( 
	id As Guid,
	ci As ComponentIndex
)

Parameters

id
Type: SystemGuid
The object's Id
ci
Type: Rhino.GeometryComponentIndex
a portion of the object
See Also