Description:
Constructs a bounding box from numeric extremes.
Parameters:
- minX
- Type: double
- Lower extreme for box X size.
- minY
- Type: double
- Lower extreme for box Y size.
- minZ
- Type: double
- Lower extreme for box Z size.
- maxX
- Type: double
- Upper extreme for box X size.
- maxY
- Type: double
- Upper extreme for box Y size.
- maxZ
- Type: double
- Upper extreme for box Z size.
Available since:
5.0
Description:
Constructs a bounding box from a collection of points.
Syntax:
Parameters:
- points
- Type: System.Collections.Generic.IEnumerable<Point3d>
- Points to include in the bounding box.
- xform
- Type: Transform
- Transformation.
Available since:
6.0
Description:
Constructs a bounding box from a collection of points.
Syntax:
public BoundingBox(
IEnumerable<Point3d> points
)
IEnumerable<Point3d> points
)
Parameters:
- points
- Type: System.Collections.Generic.IEnumerable<Point3d>
- Points to include in the bounding box.
Available since:
5.0