Box Constructor (Plane, Interval, Interval, Interval)

Box Constructor (Plane, Interval, Interval, Interval)

Initializes a new box from a base Plane and three Intervals.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Box(
	Plane basePlane,
	Interval xSize,
	Interval ySize,
	Interval zSize
)
Public Sub New ( 
	basePlane As Plane,
	xSize As Interval,
	ySize As Interval,
	zSize As Interval
)

Parameters

basePlane
Type: Rhino.GeometryPlane
Orientation plane of the box.
xSize
Type: Rhino.GeometryInterval
Dimensions along the base plane X-Axis.
ySize
Type: Rhino.GeometryInterval
Dimensions along the base plane Y-Axis.
zSize
Type: Rhino.GeometryInterval
Dimensions along the base plane Z-Axis.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also