GeometryBase.GetBoundingBox Method (Plane, Box)

GeometryBaseGetBoundingBox Method (Plane, Box)

Aligned Boundingbox solver. Gets the plane aligned boundingbox.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: BoundingBox
A BoundingBox in plane coordinates.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also