Click or drag to resize

Spline Constructor (IEnumerableVector3)

Initializes a new instance of the Spline class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Spline(
	IEnumerable<Vector3> fitPoints
)

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