M_Rhino_Geometry_BoundingBox_Union_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Returns a new BoundingBox that represents the union of boxes a and b.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static BoundingBox Union(
BoundingBox a,
BoundingBox b
)
VB
Public Shared Function Union (
a As BoundingBox,
b As BoundingBox
) As BoundingBox
- a
- Type: Rhino.Geometry.BoundingBox
First box to include in union. - b
- Type: Rhino.Geometry.BoundingBox
Second box to include in union.
Type: BoundingBox
The BoundingBox that contains both a and b.
Invalid boxes are ignored and will not affect the union.
Supported in: 6.0.16224.21491, 5D58w