DEFINE KNOT
- Last UpdatedFeb 01, 2023
- 1 minute read
Purpose
Turn on/off the knot reduction algorithm after fitting.
Syntax
|
DEFINE ( KNOT REMOVE ) ( /TOL= $N ) |
Description
When enabled the knot reduction algorithm will remove from the spline all knots it can without allowing the new spline to move more than a specified tolerance. The default setting is for the algorithm to be enabled with a tolerance of 1mm.
Examples
|
DEF KNOT /TOL=0.002 |