RhinoCommon API
NurbsCurveCreateFromEllipse Method |
Gets a rational degree 2 NURBS curve representation of the ellipse.
Note that the parameterization of the NURBS curve does not match with the transcendental paramaterization of the ellipsis.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static NurbsCurve CreateFromEllipse( Ellipse ellipse )
Public Shared Function CreateFromEllipse ( ellipse As Ellipse ) As NurbsCurve
Parameters
- ellipse
- Type: Rhino.GeometryEllipse
[Missing <param name="ellipse"/> documentation for "M:Rhino.Geometry.NurbsCurve.CreateFromEllipse(Rhino.Geometry.Ellipse)"]
Return Value
Type: NurbsCurveA nurbs curve representation of this ellipse or null if no such representation could be made.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14