This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
c57faadd a854 ea66 fdcb a71996e210da
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the polynomial degree of the resulting spline.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short Degree { get; }
VB
Public ReadOnly Property Degree As Short
Get
C++
public:
property short Degree {
short get ();
}
F#
member Degree : int16 with get
Int16
Valid values are 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10.