MTOTrackPoint#
- class ansys.stk.core.stkobjects.MTOTrackPoint#
The points defined for the selected track.
Overview#
Get the time at which the point occurs. Uses DateFormat Dimension. |
|
Get or set the latitude of the point. Uses Angle Dimension. |
|
Get or set the longitude of the point. Uses Angle Dimension. |
|
Get or set the altitude of the point. Uses Distance Dimension. |
|
Whether to interpolate the trackβs position between each defined point. The trackβs marker and label position will be linearly interpolated between the track points for the current animation time. |
|
Get the ID number assigned to the track. This field is auto-populated in numeric sequential order, and cannot be modified. |
Import detail#
from ansys.stk.core.stkobjects import MTOTrackPoint
Property detail#
- property MTOTrackPoint.time: Any#
Get the time at which the point occurs. Uses DateFormat Dimension.
- property MTOTrackPoint.longitude: float#
Get or set the longitude of the point. Uses Angle Dimension.
- property MTOTrackPoint.altitude: float#
Get or set the altitude of the point. Uses Distance Dimension.