MTORangeMode#

class ansys.stk.core.stkobjects.MTORangeMode#

IntEnum

Overview#

EACH

For every track, returns the track id, 1 (within range) or 0 (not in range), and the range value in Connect distance units.

EACH_IN_RANGE

Return the Track_id for each track in range, a 1 and the range value in Connect distance units.

EACH_NOT_IN_RANGE

Return the Track_id for each track not in range, a 0 and the range value in Connect distance units.

Import detail#

from ansys.stk.core.stkobjects import MTORangeMode