Click or drag to resize

SplineDegree Property

Gets or sets the polynomial degree of the resulting spline.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short Degree { get; }

Property Value

Type: Int16
Remarks
Valid values are 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10.
See Also