Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c57faadd a854 ea66 fdcb a71996e210da

haplokuon edited this page May 6, 2023 · 1 revision

Degree Property

netDxf 3.0.0 Library

Gets or sets the polynomial degree of the resulting spline.

Definition

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

Property Value

Int16

Remarks

Valid values are 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10.

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally