Ellipse Constructor (Plane, Double, Double) |
Initializes a new ellipse from base plane and both principal radii.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Ellipse(
Plane plane,
double radius1,
double radius2
)
Public Sub New (
plane As Plane,
radius1 As Double,
radius2 As Double
)
Parameters
- plane
- Type: Rhino.GeometryPlane
Base plane of ellipse. - radius1
- Type: SystemDouble
Ellipse radius along base plane X direction. - radius2
- Type: SystemDouble
Ellipse radius along base plane Y direction.
See Also