CADability dotNET
Gets the degree of the BSpline (NURBS)

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public int Degree { get; }
Visual Basic
Public ReadOnly Property Degree As Integer
	Get
Visual C++
public:
property int Degree {
	int get ();
}

See Also