GeometryBase.GetBoundingBox Method (Transform)

GeometryBaseGetBoundingBox Method (Transform)

Aligned Boundingbox solver. Gets the world axis aligned boundingbox for the transformed geometry.

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

Parameters

xform
Type: Rhino.GeometryTransform
Transformation to apply to object prior to the BoundingBox computation. The geometry itself is not modified.

Return Value

Type: BoundingBox
The accurate boundingbox of the transformed geometry in world coordinates or BoundingBox.Empty if not bounding box could be found.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also