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
)
Public Sub New (
plane As Plane,
width As Interval,
height As Interval
)
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