Click or drag to resize

Spline Constructor (IEnumerableVector3)

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(
	IEnumerable<Vector3> fitPoints
)
Request Example View Source

Parameters

fitPoints
Type: System.Collections.GenericIEnumerableVector3
Spline fit points.
Remarks
Spline entities created with a list of fit points cannot be used as a boundary path in a hatch.
See Also