ExtrapolationType
Oversigt over de forskellige former for støtte
ExtrapolationType er et enum i Aspose.3d for Python.
ExtrapolationType.CONSTANT repræsenterer ved hjælp af en konstant værdi ud over nøgleframe-intervallet.
Valuer
| Value | Description |
|---|---|
CONSTANT | Represents using a constant value beyond the keyframe range |
GRADIENT | Represents extending the curve using the gradient at the endpoint |
CYCLE | Represents repeating the animation cycle from the start after the end |
CYCLE_RELATIVE | Represents repeating the cycle with values offset relative to each repetition |
OSCILLATE | Represents alternating the curve direction back and forth beyond the range |