Click or drag to resize

Rectangle3d Constructor (Plane, Interval, Interval)

Initializes a new rectangle from dimensions.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Rectangle3d(
	Plane plane,
	Interval width,
	Interval height
)

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.
See Also