MTODefaultTrack =============== .. py:class:: ansys.stk.core.stkobjects.MTODefaultTrack Default MTO track. .. py:currentmodule:: MTODefaultTrack Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTODefaultTrack.name` - Get or set the name assigned to the track. * - :py:attr:`~ansys.stk.core.stkobjects.MTODefaultTrack.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 ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTODefaultTrack Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.MTODefaultTrack.name :type: str Get or set the name assigned to the track. .. py:property:: interpolate :canonical: ansys.stk.core.stkobjects.MTODefaultTrack.interpolate :type: 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.