RhinoCommon API
GeometryBaseGetBoundingBox Method (Plane, Box) |
Aligned Bounding box solver. Gets the plane aligned bounding box.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public BoundingBox GetBoundingBox( Plane plane, out Box worldBox )
Public Function GetBoundingBox ( plane As Plane, <OutAttribute> ByRef worldBox As Box ) As BoundingBox
Parameters
- plane
- Type: Rhino.GeometryPlane
Orientation plane for BoundingBox. - worldBox
- Type: Rhino.GeometryBox
Aligned box in World coordinates.
Return Value
Type: BoundingBoxA BoundingBox in plane coordinates.
