M_Rhino_Geometry_Ellipse__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new ellipse from base plane and both principal radii.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Ellipse(
Plane plane,
double radius1,
double radius2
)
VB
Public Sub New (
plane As Plane,
radius1 As Double,
radius2 As Double
)
- plane
- Type: Rhino.Geometry.Plane
Base plane of ellipse. - radius1
- Type: System.Double
Ellipse radius along base plane X direction. - radius2
- Type: System.Double
Ellipse radius along base plane Y direction.
Supported in: 6.0.16224.21491, 5D58w