BoundingBox Constructor (IEnumerable(Point3d), Transform)

BoundingBox Constructor (IEnumerablePoint3d, Transform)

Constructs a boundingbox from a collection of points.

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

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points to include in the boundingbox.
xform
Type: Rhino.GeometryTransform
Transformation.
Version Information

Rhino for Windows

Supported in: 6.8
See Also