Click or drag to resize

Spline Constructor (ListSplineVertex, Boolean)

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,
	bool periodic
)

Parameters

controlPoints
Type: System.Collections.GenericListSplineVertex
Spline control points.
periodic
Type: SystemBoolean
Sets if the spline as periodic closed (default false).
Remarks
By default the degree of the spline is equal three.
See Also