M_Rhino_Geometry_GeometryBase_GetBoundingBox_2 - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.GetBoundingBox Method (Transform)

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public BoundingBox GetBoundingBox(
	Transform xform
)

VB

Public Function GetBoundingBox ( 
	xform As Transform
) As BoundingBox

Parameters

 

xform
Type: Rhino.Geometry.Transform
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
GetBoundingBox Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️