SMC_ABC_SLOPES_NO_STOP (ENUM)
TYPE SMC_ABC_SLOPES_NO_STOP :
Determines how SMC_RecomputeABCSlopes sets the slopes of A/B/C at the transtion between two elements, when there is not stop.
InOut:
Name
|
Comment
|
SET_SMOOTH_CARDINAL
|
The slope at the end of element i is set as (AddAxisValue(i+1) - AddAxisValue(i-1)) / (ElementLength(i) + ElementLength(i+1)). The slope at the start of element i+1 is set to the same value.
|
DONT_CHANGE
|
The slope is not changed.
|