M_Rhino_Geometry_Circle_ToNurbsCurve - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a nurbs curve representation of this circle. This amounts to the same as calling NurbsCurve.CreateFromCircle().
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsCurve ToNurbsCurve()
VB
Public Function ToNurbsCurve As NurbsCurve
Type: NurbsCurve
A nurbs curve representation of this circle or null if no such representation could be made.
Supported in: 6.0.16224.21491, 5D58w
Circle Structure
ToNurbsCurve Overload
Rhino.Geometry Namespace