TransitionModes
Transition between the last and first points of the curve.
Transition mode | Description | Example |
---|---|---|
none | There is no transition between the start and end points; the curve only covers the given fixed points. | |
StartAndEndRepeat | If there are no fixed points placed on the first and last positions of the curve, the first and the last set points take the value of the nearest fixed points. | |
EndTransition | If there are no fixed points placed on the first and last positions of the curve, the first and the last set points take the value of the fixed points with the lower base. | |
StartTransition | If there are no fixed points placed on the first and last positions of the curve, the first and the last profile points take the value of the fixed points with the higher base. | |
StartAndEndThinnestPoint | If there are no fixed points placed on the first and last positions of the curve, the first and the last profile points take the value of the fixed points with the smallest value. |
Schema: tchmi:framework#/definitions/TransitionMode
Attribute getter: getTransitionMode
Attribute setter: setTransitionMode
Available: since version 12.6.0