ObjectTableTransformWithHistory Method (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)
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Guid TransformWithHistory(
Guid objectId,
Transform xform
)
Public Function TransformWithHistory (
objectId As Guid,
xform As Transform
) As Guid
Parameters
- objectId
- Type: SystemGuid
Id of rhino object to transform.
- xform
- Type: Rhino.GeometryTransform
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.
See Also