Skip to content

Overload_Rhino_Geometry_Box__ctor

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

Box Constructor

Overload List

 

Name Description
Public method Box(BoundingBox) Initializes a new Box that mimics a BoundingBox struct. The orientation plane of the Box is coincident with the World XY plane.
Public method Box(Plane, BoundingBox) Initializes a world aligned box from a base plane and a boundingbox.
Public method Box(Plane, GeometryBase) Initializes a box that contains a generic piece of geometry. This box will be aligned with an arbitrary plane.
Public method Box(Plane, IEnumerable(Point3d)) Initializes the smallest box that contains a set of points.
Public method Box(Plane, Interval, Interval, Interval) Initializes a new box from a base Plane and three Intervals.
  Back to Top

See Also

Reference

Box Structure
Rhino.Geometry Namespace

Clone this wiki locally