BoundingBox.Union Method (Point3d)

BoundingBoxUnion Method (Point3d)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Union(
	Point3d point
)
Public Sub Union ( 
	point As Point3d
)

Parameters

point
Type: Rhino.GeometryPoint3d
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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also