M_Rhino_Geometry_Rectangle3d__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new rectangle from width and height.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Rectangle3d(
Plane plane,
double width,
double height
)
VB
Public Sub New (
plane As Plane,
width As Double,
height As Double
)
- 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.
Supported in: 6.0.16224.21491, 5D58w
Rectangle3d Structure
Rectangle3d Overload
Rhino.Geometry Namespace