Skip to content

M_Rhino_Geometry_Arc_ToNurbsCurve_1

Will Pearson edited this page Aug 12, 2016 · 1 revision

Arc.ToNurbsCurve Method (Int32, Int32)

Create a uniform non-ratonal cubic NURBS approximation of an arc.

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

Syntax

C#

public NurbsCurve ToNurbsCurve(
	int degree,
	int cvCount
)

VB

Public Function ToNurbsCurve ( 
	degree As Integer,
	cvCount As Integer
) As NurbsCurve

Parameters

 

degree
Type: System.Int32
>=1
cvCount
Type: System.Int32
cv count >=5

Return Value

Type: NurbsCurve
NURBS curve approximation of an arc on success

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Arc Structure
ToNurbsCurve Overload
Rhino.Geometry Namespace

Clone this wiki locally