Box.Transform Method

BoxTransform Method

Transforms this Box using a Transformation matrix. If the Transform does not preserve Similarity, the dimensions of the resulting box cannot be trusted.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Transform(
	Transform xform
)
Public Function Transform ( 
	xform As Transform
) As Boolean

Parameters

xform
Type: Rhino.GeometryTransform
Transformation matrix to apply to this Box.

Return Value

Type: Boolean
true if the Box was successfully transformed, false if otherwise.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also