M_Rhino_Geometry_BoundingBox_Union_3 - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Union Method (Point3d)

Updates this BoundingBox to represent the union of itself and a point.

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

Syntax

C#

public void Union(
	Point3d point
)

VB

Public Sub Union ( 
	point As Point3d
)

Parameters

 

point
Type: Rhino.Geometry.Point3d
Point to include in the union.

Remarks

If this boundingbox is InValid then the union will be the BoundingBox containing only the point. If the point is InValid, this BoundingBox will remain unchanged.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Union Overload
Rhino.Geometry Namespace

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