Click or drag to resize

PolylineToNurbsCurve Method

Constructs a nurbs curve representation of this polyline.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NurbsCurve ToNurbsCurve()

Return Value

Type: NurbsCurve
A Nurbs curve shaped like this polyline or null on failure.
See Also