Skip to content

M_Rhino_Geometry_BoundingBox_Union_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BoundingBox.Union Method (BoundingBox, BoundingBox)

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

Syntax

C#

public static BoundingBox Union(
	BoundingBox a,
	BoundingBox b
)

VB

Public Shared Function Union ( 
	a As BoundingBox,
	b As BoundingBox
) As BoundingBox

Parameters

 

a
Type: Rhino.Geometry.BoundingBox
First box to include in union.
b
Type: Rhino.Geometry.BoundingBox
Second box to include in union.

Return Value

Type: BoundingBox
The BoundingBox that contains both a and b.

Remarks

Invalid boxes are ignored and will not affect the union.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Union Overload
Rhino.Geometry Namespace

Clone this wiki locally