MTOAnalysis#
- class ansys.stk.core.stkobjects.MTOAnalysis#
MTO Spatial State Info.
Overview#
Return a spatial state of the mto at specified time. |
|
Return the range from an Mto track to another object. |
|
Return the field of view from an Mto track to a sensor. |
|
Return the visibility from an Mto track to another object. |
Import detail#
from ansys.stk.core.stkobjects import MTOAnalysis
Property detail#
- property MTOAnalysis.position: MTOAnalysisPosition#
Return a spatial state of the mto at specified time.
- property MTOAnalysis.range: MTOAnalysisRange#
Return the range from an Mto track to another object.
- property MTOAnalysis.field_of_view: MTOAnalysisFieldOfView#
Return the field of view from an Mto track to a sensor.
- property MTOAnalysis.visibility: MTOAnalysisVisibility#
Return the visibility from an Mto track to another object.