M_Rhino_Geometry_BoundingBox_Union_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Returns a new BoundingBox that represents the union of a bounding box and a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static BoundingBox Union(
BoundingBox box,
Point3d point
)
VB
Public Shared Function Union (
box As BoundingBox,
point As Point3d
) As BoundingBox
- box
- Type: Rhino.Geometry.BoundingBox
Box to include in the union. - point
- Type: Rhino.Geometry.Point3d
Point to include in the union.
Type: BoundingBox
The BoundingBox that contains both the box and the point.
Invalid boxes and points are ignored and will not affect the union.
Supported in: 6.0.16224.21491, 5D58w