ObjectTable.TransformWithHistory (Guid, Transform)
Public Class
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)
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public Guid TransformWithHistory( Guid objectId, Transform xform)
Parameters
objectId
Type:System.Guid
Id of rhino object to transform.
xform
Type: Rhino.Geometry.Transform
transformation to apply.
Return Value
Type:Guid
Id of the new object that is the transformation of the existing_object. The new object has identical attributes.
Remarks
If the object is locked or on a locked layer, then it cannot be transformed.