Circle.ToNurbsCurve Method (Int32, Int32)

CircleToNurbsCurve Method (Int32, Int32)

Create a uniform non-ratonal cubic NURBS approximation of a circle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public NurbsCurve ToNurbsCurve(
	int degree,
	int cvCount
)
Public Function ToNurbsCurve ( 
	degree As Integer,
	cvCount As Integer
) As NurbsCurve

Parameters

degree
Type: SystemInt32
>=1
cvCount
Type: SystemInt32
cv count >=5

Return Value

Type: NurbsCurve
NURBS curve approximation of a circle on success
Version Information

Rhino for Windows

Supported in: 6.14
See Also