RhinoCommon API
BoundingBox Constructor (IEnumerablePoint3d, Transform) |
Constructs a bounding box from a collection of points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

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 bounding box. - xform
- Type: Rhino.GeometryTransform
Transformation.
