Transform Constructor (Transform) |
Initializes a new transform matrix with a specified value.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Transform(
Transform value
)
Public Sub New (
value As Transform
)
Parameters
- value
- Type: Rhino.GeometryTransform
Value to assign to all cells.
Version InformationRhino for Windows
Supported in: 6.8
See Also