CADability dotNET
Gets a copy of the knots defining the BSpline (NURBS)

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

Syntax

C#
public double[] Knots { get; }
Visual Basic
Public ReadOnly Property Knots As Double()
	Get
Visual C++
public:
property array<double>^ Knots {
	array<double>^ get ();
}

See Also