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