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; }
Public ReadOnly Property Degree As Short
Get
public:
property short Degree {
short get ();
}
member Degree : int16 with get
PROPERTY Degree AS SHORT GET
Property Value
Type:
Int16Remarks
Valid values are 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10.
See Also