GeometryBaseGetBoundingBox Method (Plane, Box) |
Aligned Boundingbox solver. Gets the plane aligned boundingbox.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also