BoundingBoxIntersection Method |
Computes the intersection of two bounding boxes.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also