Click or drag to resize

Spline Constructor (ListSplineVertex, Int16)

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,
	short degree
)
Request Example View Source

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