MTOTrackPoint#

class ansys.stk.core.stkobjects.MTOTrackPoint#

The points defined for the selected track.

Overview#

time

Get the time at which the point occurs. Uses DateFormat Dimension.

latitude

Get or set the latitude of the point. Uses Angle Dimension.

longitude

Get or set the longitude of the point. Uses Angle Dimension.

altitude

Get or set the altitude of the point. Uses Distance Dimension.

position

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.

identifier

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.latitude: float#

Get or set the latitude of the point. Uses Angle 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.

property MTOTrackPoint.position: IPosition#

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.

property MTOTrackPoint.identifier: int#

Get the ID number assigned to the track. This field is auto-populated in numeric sequential order, and cannot be modified.