M_Rhino_Geometry_NurbsCurve_CreateFromEllipse - mcneel/rhinocommon-api-docs GitHub Wiki

NurbsCurve.CreateFromEllipse 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) Version: Rhino 6.0

Syntax

C#

public static NurbsCurve CreateFromEllipse(
	Ellipse ellipse
)

VB

Public Shared Function CreateFromEllipse ( 
	ellipse As Ellipse
) As NurbsCurve

Parameters

 

ellipse
Type: Rhino.Geometry.Ellipse
[Missing documentation for "M:Rhino.Geometry.NurbsCurve.CreateFromEllipse(Rhino.Geometry.Ellipse)"]

Return Value

Type: NurbsCurve
A nurbs curve representation of this ellipse or null if no such representation could be made.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

NurbsCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️