Click or drag to resize

BoundingBoxIntersection Method

Computes the intersection of two bounding boxes.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static BoundingBox Intersection(
	BoundingBox a,
	BoundingBox b
)

Parameters

a
Type: Rhino.GeometryBoundingBox
A first bounding box.
b
Type: Rhino.GeometryBoundingBox
A second bounding box.

Return Value

Type: BoundingBox
The intersection bounding box.
See Also