M_Rhino_Geometry_BoundingBox_Intersection - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Intersection Method

Computes the intersection of two bounding boxes.

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

Syntax

C#

public static BoundingBox Intersection(
	BoundingBox a,
	BoundingBox b
)

VB

Public Shared Function Intersection ( 
	a As BoundingBox,
	b As BoundingBox
) As BoundingBox

Parameters

 

a
Type: Rhino.Geometry.BoundingBox
A first bounding box.
b
Type: Rhino.Geometry.BoundingBox
A second bounding box.

Return Value

Type: BoundingBox
The intersection bounding box.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

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