Skip to content

M_Rhino_Geometry_Box__ctor_3

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

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) Version: Rhino 6.0

Syntax

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
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Box Overload
Rhino.Geometry Namespace

Clone this wiki locally