ISensorProjectionDisplayDistance#
- class ansys.stk.core.stkobjects.ISensorProjectionDisplayDistance#
ISensorProjectionDisplayDistance Interface for setting projection altitude options 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. |
Import detail#
from ansys.stk.core.stkobjects import ISensorProjectionDisplayDistance
Property detail#
- property ISensorProjectionDisplayDistance.minimum: float#
Minimum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.
- property ISensorProjectionDisplayDistance.maximum: float#
Maximum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.
- property ISensorProjectionDisplayDistance.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 ISensorProjectionDisplayDistance.projects_thru_crossing: bool#
Specify whether the sensorβs field-of-view will extend beyond specified crossings.
- property ISensorProjectionDisplayDistance.altitude_crossing_sides: SensorAltitudeCrossingSideType#
Indicate which crossings are computed and displayed in the 2D Graphics window.
- property ISensorProjectionDisplayDistance.direction: SensorAltitudeCrossingDirection#
Indicate the direction in which the sensorβs field of view crosses the specified altitude.