MTOAnalysisFieldOfView#
- class ansys.stk.core.stkobjects.MTOAnalysisFieldOfView#
MTO Field Of View Computation.
Overview#
Return true if any track is in the field of view of the sensor at the given time. |
|
Return true if all tracks are in the field of view of the sensor at the given time. |
|
Return true is the track is in the field of view of the sensor at the given time. |
|
Return an array of track ids and boolean values. |
|
Return an array of track ids and boolean values for all tracks. |
|
Return an array of track ids and boolean values. |
Import detail#
from ansys.stk.core.stkobjects import MTOAnalysisFieldOfView
Property detail#
- property MTOAnalysisFieldOfView.entirety: MTOEntirety#
Field Of View Entirety.
Method detail#
- MTOAnalysisFieldOfView.is_any_track_in_field_of_view(self, time: Any) bool #
Return true if any track is in the field of view of the sensor at the given time.
- MTOAnalysisFieldOfView.are_all_tracks_in_field_of_view(self, time: Any) bool #
Return true if all tracks are in the field of view of the sensor at the given time.
- MTOAnalysisFieldOfView.is_track_in_field_of_view(self, track_id: int, time: Any) bool #
Return true is the track is in the field of view of the sensor at the given time.
- MTOAnalysisFieldOfView.compute_tracks(self, mode: MTOVisibilityMode, tracks: list, time: Any) list #
Return an array of track ids and boolean values.
- MTOAnalysisFieldOfView.compute_all_tracks(self, mode: MTOVisibilityMode, time: Any) list #
Return an array of track ids and boolean values for all tracks.