BoundingBox.Transform Method

BoundingBoxTransform Method

Updates this boundingbox to be the smallest axis aligned boundingbox that contains the transformed result of its 8 original corner points.

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
A transform.

Return Value

Type: Boolean
true if this operation is sucessfull; otherwise false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also