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.

TransitionModes 1:

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.

TransitionModes 2:

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.

TransitionModes 3:

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.

TransitionModes 4:

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.

TransitionModes 5:

Schema: tchmi:framework#/definitions/TransitionMode

Attribute getter: getTransitionMode

Attribute setter: setTransitionMode

Available: since version 12.6.0