BoundingBox Constructor

BoundingBox Constructor

Overload List
  NameDescription
Public methodBoundingBox(IEnumerablePoint3d)
Constructs a boundingbox from a collection of points.
Public methodCode exampleBoundingBox(Point3d, Point3d)
Constructs a new boundingbox from two corner points.
Public methodBoundingBox(IEnumerablePoint3d, Transform)
Constructs a boundingbox from a collection of points.
Public methodBoundingBox(Double, Double, Double, Double, Double, Double)
Constructs a boundingbox from numeric extremes.
Top
See Also