MTOTrackPoint#

class ansys.stk.core.stkobjects.MTOTrackPoint#

The points defined for the selected track.

Overview#

altitude

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

identifier

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

latitude

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

longitude

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

time

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

Import detail#

from ansys.stk.core.stkobjects import MTOTrackPoint

Property detail#

property MTOTrackPoint.altitude: float#

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

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.

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.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.time: Any#

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