M_Rhino_Geometry_GeometryBase_GetBoundingBox_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Aligned Boundingbox solver. Gets the plane aligned boundingbox.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BoundingBox GetBoundingBox(
Plane plane,
out Box worldBox
)
VB
Public Function GetBoundingBox (
plane As Plane,
<OutAttribute> ByRef worldBox As Box
) As BoundingBox
- plane
- Type: Rhino.Geometry.Plane
Orientation plane for BoundingBox. - worldBox
- Type: Rhino.Geometry.Box
Aligned box in World coordinates.
Type: BoundingBox
A BoundingBox in plane coordinates.
Supported in: 6.0.16224.21491, 5D58w
GeometryBase Class
GetBoundingBox Overload
Rhino.Geometry Namespace