Click or drag to resize

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
Syntax
public BoundingBox GetBoundingBox(
	Plane plane,
	out Box worldBox
)

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.
See Also