SensorProjectionConstantAltitude#
- class ansys.stk.core.stkobjects.SensorProjectionConstantAltitude#
Bases:
IDisplayDistance
,ISensorProjectionDisplayDistance
Class defining projection altitude options for constant altitude for a sensor.
Overview#
Minimum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension. |
|
Maximum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension. |
|
Step count. Determines the interval between sensor projections. For a specified min/max altitude: the step count determines the number and altitude of projections to be displayed. Dimensionless. |
|
Specify whether the sensorβs field-of-view will extend beyond specified crossings. |
|
Indicate which crossings are computed and displayed in the 2D Graphics window. |
|
Indicate the direction in which the sensorβs field of view crosses the specified altitude. |
|
Specify whether to exclude horizon arcs. |
Import detail#
from ansys.stk.core.stkobjects import SensorProjectionConstantAltitude
Property detail#
- property SensorProjectionConstantAltitude.minimum: float#
Minimum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.
- property SensorProjectionConstantAltitude.maximum: float#
Maximum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.
- property SensorProjectionConstantAltitude.number_of_steps: int#
Step count. Determines the interval between sensor projections. For a specified min/max altitude: the step count determines the number and altitude of projections to be displayed. Dimensionless.
- property SensorProjectionConstantAltitude.projects_thru_crossing: bool#
Specify whether the sensorβs field-of-view will extend beyond specified crossings.
- property SensorProjectionConstantAltitude.altitude_crossing_sides: SensorAltitudeCrossingSideType#
Indicate which crossings are computed and displayed in the 2D Graphics window.
- property SensorProjectionConstantAltitude.direction: SensorAltitudeCrossingDirection#
Indicate the direction in which the sensorβs field of view crosses the specified altitude.