RhinoCommon API
File3dmObjectTableAdd Method |
Duplicates the object, then adds a copy of the object to the document.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
public override void Add( File3dmObject item )
Public Overrides Sub Add ( item As File3dmObject )
Parameters
- item
- Type: Rhino.FileIOFile3dmObject
The item to duplicate and add.