M_Rhino_Geometry_GeometryBase_GetBoundingBox_2 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public BoundingBox GetBoundingBox(
Transform xform
)
VB
Public Function GetBoundingBox (
xform As Transform
) As BoundingBox
- xform
- Type: Rhino.Geometry.Transform
Transformation to apply to object prior to the BoundingBox computation. The geometry itself is not modified.
Type: BoundingBox
The accurate boundingbox of the transformed geometry in world coordinates or BoundingBox.Empty if not bounding box could be found.
Supported in: 6.0.16224.21491, 5D58w
GeometryBase Class
GetBoundingBox Overload
Rhino.Geometry Namespace