Click or drag to resize

Spline Constructor (ListSplineVertex, Int16)

Initializes a new instance of the Spline class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Spline(
	List<SplineVertex> controlPoints,
	short degree
)

Parameters

controlPoints
Type: System.Collections.GenericListSplineVertex
Spline control points.
degree
Type: SystemInt16
Degree of the spline curve. Valid values are 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10.
See Also