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

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

Syntax

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

See Also