Click or drag to resize

ObjectTableTransformWithHistory Method

Overload List
  NameDescription
Public methodTransformWithHistory(Guid, Transform)
Constructs a new object that is the transformation of the existing object and records history of the transformation if history recording is turned on. If history recording is not enabled, this function will act the same as Transform(objectId, xform, false)
Public methodTransformWithHistory(ObjRef, Transform)
Constructs a new object that is the transformation of the existing object and records history of the transformation if history recording is turned on. If history recording is not enabled, this function will act the same as Transform(objref, xform, false)
Public methodTransformWithHistory(RhinoObject, Transform)
Constructs a new object that is the transformation of the existing object and records history of the transformation if history recording is turned on. If history recording is not enabled, this function will act the same as Transform(obj, xform, false)
Top
See Also