M_Rhino_Geometry_Line_ToNurbsCurve - mcneel/rhinocommon-api-docs GitHub Wiki

Line.ToNurbsCurve Method

Constructs a nurbs curve representation of this line. This amounts to the same as calling NurbsCurve.CreateFromLine().

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public NurbsCurve ToNurbsCurve()

VB

Public Function ToNurbsCurve As NurbsCurve

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
Rhino.Geometry Namespace

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