Click or drag to resize

Spline Constructor (ListSplineVertex)

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
)

Parameters

controlPoints
Type: System.Collections.GenericListSplineVertex
Spline control points.
Remarks
By default the degree of the spline is equal three.
See Also