Box Constructor (Plane, IEnumerable(Point3d))

Box Constructor (Plane, IEnumerablePoint3d)

Initializes the smallest box that contains a set of points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Box(
	Plane basePlane,
	IEnumerable<Point3d> points
)
Public Sub New ( 
	basePlane As Plane,
	points As IEnumerable(Of Point3d)
)

Parameters

basePlane
Type: Rhino.GeometryPlane
Orientation of the box.
points
Type: System.Collections.GenericIEnumerablePoint3d
Points to include, Invalid points will be ignored.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also