M_Rhino_Geometry_Rectangle3d__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Rectangle3d Constructor (Plane, Double, Double)

Initializes a new rectangle from width and height.

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

Syntax

C#

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

VB

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

Parameters

 

plane
Type: Rhino.Geometry.Plane
Base plane for Rectangle.
width
Type: System.Double
Width (as measured along the base plane x-axis) of rectangle.
height
Type: System.Double
Height (as measured along the base plane y-axis) of rectangle.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rectangle3d Structure
Rectangle3d Overload
Rhino.Geometry Namespace

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