GeometryBaseGetBoundingBox Method (Plane, Box) |
Rhino 5 for Windows
Aligned Boundingbox solver. Gets the plane aligned boundingbox.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic 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.
See Also