Click or drag to resize

BoundingBoxTransform Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Transform(
	Transform xform
)

Parameters

xform
Type: Rhino.GeometryTransform
A transform.

Return Value

Type: Boolean
true if this operation is successful; otherwise false.
See Also