M_Rhino_Geometry_GeometryBase_GetBoundingBox_1 - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.GetBoundingBox Method (Plane, Box)

Aligned Boundingbox solver. Gets the plane aligned boundingbox.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public BoundingBox GetBoundingBox(
	Plane plane,
	out Box worldBox
)

VB

Public Function GetBoundingBox ( 
	plane As Plane,
	<OutAttribute> ByRef worldBox As Box
) As BoundingBox

Parameters

 

plane
Type: Rhino.Geometry.Plane
Orientation plane for BoundingBox.
worldBox
Type: Rhino.Geometry.Box
Aligned box in World coordinates.

Return Value

Type: BoundingBox
A BoundingBox in plane coordinates.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
GetBoundingBox Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️