Click or drag to resize

Transform Constructor (Transform)

Initializes a new transform matrix with a specified value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Transform(
	Transform value
)

Parameters

value
Type: Rhino.GeometryTransform
Value to assign to all cells.
See Also