M_Rhino_Geometry_BoundingBox_Union - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Union Method (BoundingBox)

Updates this BoundingBox to represent the union of itself and another box.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Union(
	BoundingBox other
)

VB

Public Sub Union ( 
	other As BoundingBox
)

Parameters

 

other
Type: Rhino.Geometry.BoundingBox
Box to include in this union.

Remarks

If either this BoundingBox or the other BoundingBox is InValid, the Valid BoundingBox will be the only one included in the union.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Union Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️