RhinoCommon API
GeometryBaseGetBoundingBox Method (Transform) |
Aligned Boundingbox solver. Gets the world axis aligned boundingbox for the transformed geometry.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public BoundingBox GetBoundingBox( Transform xform )
Public Function GetBoundingBox ( xform As Transform ) As BoundingBox
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation to apply to object prior to the BoundingBox computation. The geometry itself is not modified.
Return Value
Type: BoundingBoxThe accurate boundingbox of the transformed geometry in world coordinates or BoundingBox.Empty if not bounding box could be found.