The GetSpline function creates a spline and returns it as a list of points.
Syntax
function GetSpline(
ControlPoints,
FitPoints,
Knots: TList;
ChordLen: Single
): TList;
Parameters
ControlPoints |
List of controlpoints. |
FitPoints |
List of fitpoints. |
Knots |
List of knots. |
Return Value
The return value is a spline as a list of points.
See Also
DoLines | Error | GetPoint | GetPointsList
© 2003-2024 CADSoftTools
Go to CAD DLL