Click or drag to resize

GH_GeometricGooTGetBoundingBox Method

Compute an aligned boundingbox.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public abstract 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.

Implements

IGH_GeometricGooGetBoundingBox(Transform)
See Also