Click or drag to resize

Box Constructor

Overload List
  NameDescription
Public methodBox(BoundingBox)
Initializes a new Box that mimics a BoundingBox struct.

The orientation plane of the Box is coincident with the World XY plane.

Public methodBox(Box)
Copy constructor.
Public methodBox(Plane, BoundingBox)
Initializes a box from a base plane and a world-aligned bounding box. The box will use basePlane for its Plane, and the X, Y, and Z intervals of boundingbox as its X, Y, and Z intervals.
Public methodBox(Plane, GeometryBase)
Initializes a box that contains a generic piece of geometry. This box will be aligned with an arbitrary plane.
Public methodBox(Plane, IEnumerablePoint3d)
Initializes the smallest box that contains a set of points.
Public methodBox(Plane, Interval, Interval, Interval)
Initializes a new box from a base Plane and three Intervals.
Top
See Also