Click or drag to resize

ObjRef Constructor (RhinoDoc, 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.6
Syntax
public ObjRef(
	RhinoDoc doc,
	Guid id,
	ComponentIndex ci
)

Parameters

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