Skip to content

Overload_Rhino_Geometry_BoundingBox__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BoundingBox Constructor

Overload List

 

Name Description
Public method BoundingBox(IEnumerable(Point3d)) Constructs a boundingbox from a collection of points.
Public methodCode example BoundingBox(Point3d, Point3d) Constructs a new boundingbox from two corner points.
Public method BoundingBox(IEnumerable(Point3d), Transform) Constructs a boundingbox from a collection of points.
Public method BoundingBox(Double, Double, Double, Double, Double, Double) Constructs a boundingbox from numeric extremes.
  Back to Top

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

Clone this wiki locally