Click or drag to resize

ObjectTableDuplicate Method

Overload List
  NameDescription
Public methodDuplicate(Guid)
Same as TransformObject(objref, ON_Xform.Identity, false)
Public methodDuplicate(ObjRef)
Duplicates the object that is referenced by objref.

Same as Transform(objref, Transform.Identity, false)

Public methodDuplicate(RhinoObject)
Duplicates the object that is referenced by obj.

Same as TransformObject(obj, Transform.Identityy, false)

Top
See Also