Returns a deep copy of the transform. For languages that treat structures as value types, this can
be accomplished by a simple assignment.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax Public Function Clone As Transform
Return Value
Type:
TransformA deep copy of this data structure.
See Also