MTODefaultTrack#

class ansys.stk.core.stkobjects.MTODefaultTrack#

Default MTO track.

Overview#

name

Get or set the name assigned to the track.

interpolate

Opt whether the track’s position will be linearly interpolated between points, or will only be displayed at the defined points at the defined times.

Import detail#

from ansys.stk.core.stkobjects import MTODefaultTrack

Property detail#

property MTODefaultTrack.name: str#

Get or set the name assigned to the track.

property MTODefaultTrack.interpolate: bool#

Opt whether the track’s position will be linearly interpolated between points, or will only be displayed at the defined points at the defined times.