MTOTrack#
- class ansys.stk.core.stkobjects.MTOTrack#
List of MTO tracks with basic information about each.
Overview#
Get or set the name assigned to the track. |
|
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. |
|
Get the identification number of the track. |
|
Get the collection of MTO track points. |
Import detail#
from ansys.stk.core.stkobjects import MTOTrack
Property detail#
- 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.points: MTOTrackPointCollection#
Get the collection of MTO track points.