Rectangle3d Constructor (Plane, Double, Double) |
Initializes a new rectangle from width and height.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Rectangle3d(
Plane plane,
double width,
double height
)
Public Sub New (
plane As Plane,
width As Double,
height As Double
)
Parameters
- plane
- Type: Rhino.GeometryPlane
Base plane for Rectangle. - width
- Type: SystemDouble
Width (as measured along the base plane x-axis) of rectangle. - height
- Type: SystemDouble
Height (as measured along the base plane y-axis) of rectangle.
See Also