TrajectoryBlendMode#

class ansys.stk.core.stkobjects.aviator.TrajectoryBlendMode#

IntEnum

Overview#

BLEND_BODY_QUADRATIC

Quadratic interpolation using the body frame.

BLEND_BODY_CUBIC

Cubic interpolation using the body frame.

BLEND_LH_QUADRATIC

Quadratic interpolation using the local horizontal frame.

BLEND_LH_CUBIC

Cubic interpolation using the local horizontal frame.

BLEND_ECF_QUADRATIC

Quadratic interpolation using the Earth-Centered Fixed frame.

BLEND_ECF_CUBIC

Cubic interpolation using the Earth-Centered Fixed frame.

Import detail#

from ansys.stk.core.stkobjects.aviator import TrajectoryBlendMode