Click or drag to resize

IGH_GeometricGooGetBoundingBox Method

Compute an aligned boundingbox.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
BoundingBox GetBoundingBox(
	Transform xform
)

Parameters

xform
Type: Transform
Transformation to apply to geometry for BoundingBox computation.

Return Value

Type: BoundingBox
The world aligned boundingbox of the transformed geometry.
See Also