M_Rhino_Geometry_Box__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new box from a base Plane and three Intervals.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Box(
Plane basePlane,
Interval xSize,
Interval ySize,
Interval zSize
)
VB
Public Sub New (
basePlane As Plane,
xSize As Interval,
ySize As Interval,
zSize As Interval
)
- basePlane
- Type: Rhino.Geometry.Plane
Orientation plane of the box. - xSize
- Type: Rhino.Geometry.Interval
Dimensions along the base plane X-Axis. - ySize
- Type: Rhino.Geometry.Interval
Dimensions along the base plane Y-Axis. - zSize
- Type: Rhino.Geometry.Interval
Dimensions along the base plane Z-Axis.
Supported in: 6.0.16224.21491, 5D58w