M_Rhino_Geometry_BoundingBox_Intersection - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the intersection of two bounding boxes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static BoundingBox Intersection(
BoundingBox a,
BoundingBox b
)
VB
Public Shared Function Intersection (
a As BoundingBox,
b As BoundingBox
) As BoundingBox
- a
- Type: Rhino.Geometry.BoundingBox
A first bounding box. - b
- Type: Rhino.Geometry.BoundingBox
A second bounding box.
Type: BoundingBox
The intersection bounding box.
Supported in: 6.0.16224.21491, 5D58w