VehicleInterpolationMethod#

class ansys.stk.core.stkobjects.VehicleInterpolationMethod#

IntEnum

Overview#

UNKNOWN

Unknown or unsupported interpolation method.

HERMITIAN

Hermitian: uses the position and velocity ephemeris to interpolate position and velocity together.

LAGRANGE

Lagrange: interpolates position and velocity separately.

VOP

VOP: a special interpolator that deals well with ephemeris produced at a large step size.

Import detail#

from ansys.stk.core.stkobjects import VehicleInterpolationMethod