MTOAnalysisPosition#
- class ansys.stk.core.stkobjects.MTOAnalysisPosition#
MTO Position Computation.
Overview#
Compute the position of all tracks at the given time. |
|
Compute the position of all track of given Id at the given time. |
|
Compute the position of the track Id at the given time. |
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.