Click or drag to resize

Spline Constructor (ListSplineVertex)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Spline class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Spline(
	List<SplineVertex> controlPoints
)
Request Example View Source

Parameters

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