M_Rhino_Geometry_NurbsCurve_CreateFromEllipse - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public static NurbsCurve CreateFromEllipse(
Ellipse ellipse
)
VB
Public Shared Function CreateFromEllipse (
ellipse As Ellipse
) As NurbsCurve
- ellipse
- Type: Rhino.Geometry.Ellipse
[Missing documentation for "M:Rhino.Geometry.NurbsCurve.CreateFromEllipse(Rhino.Geometry.Ellipse)"]
Type: NurbsCurve
A nurbs curve representation of this ellipse or null if no such representation could be made.
Supported in: 6.0.16224.21491, 5D58w