Click or drag to resize

SplineKnots Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the spline knot vector.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IReadOnlyList<double> Knots { get; }
Request Example View Source

Property Value

Type: IReadOnlyListDouble
Remarks
By default a uniform knot vector is created.
See Also