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 parameterization of the ellipsis.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax 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.
See Also