Click or drag to resize

AnnotationBaseGetBoundingBox Method (Transform)

Aligned bounding box solver. Gets the world axis aligned bounding box for the transformed geometry.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.10
Syntax
public override BoundingBox GetBoundingBox(
	Transform xform
)

Parameters

xform
Type: Rhino.GeometryTransform
Transformation to apply to bounding box after calculation. The geometry is not modified.

Return Value

Type: BoundingBox
The bounding box of the transformed geometry in world coordinates or BoundingBox.Empty if not bounding box could be found.
See Also