Click or drag to resize

File3dmObjectTableAddInstanceObject Method (InstanceReferenceGeometry, ObjectAttributes)

Adds an instance reference geometry object to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax
public Guid AddInstanceObject(
	InstanceReferenceGeometry instanceReference,
	ObjectAttributes attributes
)

Parameters

instanceReference
Type: Rhino.GeometryInstanceReferenceGeometry
The instance reference geometry object.
attributes
Type: Rhino.DocObjectsObjectAttributes
The attributes to link with the object.

Return Value

Type: Guid
A unique identifier for the object.
See Also