BoundingBox Constructor (IEnumerable(Point3d))

BoundingBox Constructor (IEnumerablePoint3d)

Constructs a boundingbox from a collection of points.

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

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points to include in the boundingbox.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also