Description:
Duplicates the object that is referenced by objref. Same as Transform(objref, Transform.Identity, false)
Syntax:
Parameters:
- objref
- Type: ObjRef
- A Rhino object reference to follow for object duplication.
Returns:
Type: Guid
The new object ID.
Available since:
5.0
Description:
Duplicates the object that is referenced by obj. Same as TransformObject(obj, Transform.Identityy, false)
Syntax:
Parameters:
- obj
- Type: RhinoObject
- A Rhino object to duplicate.
Returns:
Type: Guid
The new object ID.
Available since:
5.0
Description:
Same as TransformObject(objref, ON_Xform.Identity, false)
Syntax:
public Guid Duplicate(
Guid objectId
)
Guid objectId
)
Parameters:
- objectId
- Type: System.Guid
- An ID to an object in the document that needs to be duplicated.
Returns:
Type: Guid
The new object ID.
Available since:
5.0