MTOTrack#

class ansys.stk.core.stkobjects.MTOTrack#

List of MTO tracks with basic information about each.

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.

identifier

Get the identification number of the track.

points

Get the collection of MTO track points.

Import detail#

from ansys.stk.core.stkobjects import MTOTrack

Property detail#

property MTOTrack.name: str#

Get or set the name assigned to the track.

property MTOTrack.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.

property MTOTrack.identifier: int#

Get the identification number of the track.

property MTOTrack.points: MTOTrackPointCollection#

Get the collection of MTO track points.