RhinoCommon API
BoundingBoxIntersection Method |
Computes the intersection of two bounding boxes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static BoundingBox Intersection( BoundingBox a, BoundingBox b )
Public Shared Function Intersection ( a As BoundingBox, b As BoundingBox ) As BoundingBox
Parameters
- a
- Type: Rhino.GeometryBoundingBox
A first bounding box. - b
- Type: Rhino.GeometryBoundingBox
A second bounding box.
Return Value
Type: BoundingBoxThe intersection bounding box.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8