M_Rhino_Geometry_Arc_ToNurbsCurve_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Create a uniform non-ratonal cubic NURBS approximation of an arc.
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 an arc on success
Supported in: 6.0.16224.21491