Click or drag to resize

File3dmObjectTableAdd Method (GeometryBase, ObjectAttributes)

Duplicates the object, then adds a copy of the object to the document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Guid Add(
	GeometryBase item,
	ObjectAttributes attributes
)

Parameters

item
Type: Rhino.GeometryGeometryBase
The item to duplicate and add.
attributes
Type: Rhino.DocObjectsObjectAttributes
The attributes to link with geometry.

Return Value

Type: Guid

[Missing <returns> documentation for "M:Rhino.FileIO.File3dmObjectTable.Add(Rhino.Geometry.GeometryBase,Rhino.DocObjects.ObjectAttributes)"]

See Also