MTOAnalysisVisibility#
- class ansys.stk.core.stkobjects.MTOAnalysisVisibility#
MTO Visibility Computation.
Overview#
Return true if all tracks are visible to the object. |
|
Return true if any track in the array is visible to the object. |
|
Return an array of track ids with a bool value indicating if itβs visible to the specified object. |
|
Return an array of track ids with a bool value indicating if itβs visible to the specified object. |
|
Return true if any track is visible to the object. |
|
Return true is the track is visible to the object. |
Visibility Entirety. |
|
If the Object to which range will be computed is an MTO, use this option to specify the track that will be used to compute that range. By default the MTOβs ComputeTrack will be used. |
|
Use Extended to use the last point of the ephemeris span of the object for times past the last point. Default is Normal. |
|
Get or set the object used for the visibility computation. |
|
Indicate whether to use terrain instead of line of sight. Default is Terrain Off. |
Import detail#
from ansys.stk.core.stkobjects import MTOAnalysisVisibility
Property detail#
- property MTOAnalysisVisibility.entirety: MTOEntirety#
Visibility Entirety.
- property MTOAnalysisVisibility.object_data: int#
If the Object to which range will be computed is an MTO, use this option to specify the track that will be used to compute that range. By default the MTOβs ComputeTrack will be used.
- property MTOAnalysisVisibility.object_interval: MTOObjectInterval#
Use Extended to use the last point of the ephemeris span of the object for times past the last point. Default is Normal.
Method detail#
- MTOAnalysisVisibility.are_all_tracks_visible(self, time: Any) bool #
Return true if all tracks are visible to the object.
- MTOAnalysisVisibility.are_tracks_visible(self, eval: MTOTrackEvaluationType, track_ids: list, time: Any) bool #
Return true if any track in the array is visible to the object.
- MTOAnalysisVisibility.compute_all_tracks(self, mode: MTOVisibilityMode, time: Any) list #
Return an array of track ids with a bool value indicating if itβs visible to the specified object.
- MTOAnalysisVisibility.compute_tracks(self, mode: MTOVisibilityMode, track_ids: list, time: Any) list #
Return an array of track ids with a bool value indicating if itβs visible to the specified object.