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
)
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.
See Also