M_Rhino_Geometry_Rectangle3d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Rectangle3d Constructor (Plane, Interval, Interval)

Initializes a new rectangle from dimensions.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Rectangle3d(
	Plane plane,
	Interval width,
	Interval height
)

VB

Public Sub New ( 
	plane As Plane,
	width As Interval,
	height As Interval
)

Parameters

 

plane
Type: Rhino.Geometry.Plane
Base plane for Rectangle.
width
Type: Rhino.Geometry.Interval
Dimension of rectangle along the base plane x-axis.
height
Type: Rhino.Geometry.Interval
Dimension of rectangle along the base plane y-axis.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rectangle3d Structure
Rectangle3d Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️