BoundingBox.Union (BoundingBox, Point3d)
Public Class
Returns a new BoundingBox that represents the union of a bounding box and a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**5.0
Syntax
public static BoundingBox Union( BoundingBox box, Point3d point)
Parameters
box
Type: Rhino.Geometry.BoundingBox
Box to include in the union.
point
Type: Rhino.Geometry.Point3d
Point to include in the union.
Return Value
Type: BoundingBox
The BoundingBox that contains both the box and the point.
Remarks
Invalid boxes and points are ignored and will not affect the union.