Gets the spline knot vector.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<double> Knots { get; set; }
Public Property Knots As List(Of Double)
Get
Set
public:
property List<double>^ Knots {
List<double>^ get ();
void set (List<double>^ value);
}
member Knots : List<float> with get, set
PROPERTY Knots AS List<REAL8> GET SET
Property Value
Type:
ListDoubleRemarks By default a uniform knot vector is created.
See Also