M_Rhino_Geometry_Circle_ToNurbsCurve_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Create a uniform non-ratonal cubic NURBS approximation of a circle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public NurbsCurve ToNurbsCurve(
int degree,
int cvCount
)
VB
Public Function ToNurbsCurve (
degree As Integer,
cvCount As Integer
) As NurbsCurve
- degree
- Type: System.Int32
>=1 - cvCount
- Type: System.Int32
cv count >=5
Type: NurbsCurve
NURBS curve approximation of a circle on success
Supported in: 6.0.16224.21491
Circle Structure
ToNurbsCurve Overload
Rhino.Geometry Namespace