MTOAnalysisPosition#

class ansys.stk.core.stkobjects.MTOAnalysisPosition#

MTO Position Computation.

Overview#

compute_all_tracks

Compute the position of all tracks at the given time.

compute_tracks

Compute the position of all track of given Id at the given time.

compute_track

Compute the position of the track Id at the given time.

altitude_reference

Specify the altitude reference. Default is Ellipsoid.

Import detail#

from ansys.stk.core.stkobjects import MTOAnalysisPosition

Property detail#

property MTOAnalysisPosition.altitude_reference: AltitudeReferenceType#

Specify the altitude reference. Default is Ellipsoid.

Method detail#

MTOAnalysisPosition.compute_all_tracks(self, time: Any) MTOTrackPointCollection#

Compute the position of all tracks at the given time.

Parameters:

time : Any

Returns:

MTOTrackPointCollection

MTOAnalysisPosition.compute_tracks(self, track_ids: list, time: Any) MTOTrackPointCollection#

Compute the position of all track of given Id at the given time.

Parameters:

track_ids : list

time : Any

Returns:

MTOTrackPointCollection

MTOAnalysisPosition.compute_track(self, track_id: int, time: Any) MTOTrackPoint#

Compute the position of the track Id at the given time.

Parameters:

track_id : int

time : Any

Returns:

MTOTrackPoint