M_Rhino_Geometry_Box_Union - mcneel/rhinocommon-api-docs GitHub Wiki

Box.Union Method

Constructs a union between this Box and the given point. This grows the box in directions so it contains the 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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Rhino.Geometry Namespace

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