Rectangle3d Constructor (Plane, Interval, Interval)

Rectangle3d Constructor (Plane, Interval, Interval)

Initializes a new rectangle from dimensions.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Rectangle3d(
	Plane plane,
	Interval width,
	Interval height
)
Public Sub New ( 
	plane As Plane,
	width As Interval,
	height As Interval
)

Parameters

plane
Type: Rhino.GeometryPlane
Base plane for Rectangle.
width
Type: Rhino.GeometryInterval
Dimension of rectangle along the base plane x-axis.
height
Type: Rhino.GeometryInterval
Dimension of rectangle along the base plane y-axis.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also