Transform Constructor (Transform)

Transform Constructor (Transform)

Initializes a new transform matrix with a specified value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Transform(
	Transform value
)
Public Sub New ( 
	value As Transform
)

Parameters

value
Type: Rhino.GeometryTransform
Value to assign to all cells.
Version Information

Rhino for Windows

Supported in: 6.8
See Also