SensorProjectionConstantAltitude#

class ansys.stk.core.stkobjects.SensorProjectionConstantAltitude#

Bases: IDisplayDistance, ISensorProjectionDisplayDistance

Class defining projection altitude options for constant altitude for a sensor.

Overview#

minimum

Minimum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.

maximum

Maximum altitude above the facility, place or target from which the sensor projects. Uses Distance Dimension.

number_of_steps

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.

projects_thru_crossing

Specify whether the sensor’s field-of-view will extend beyond specified crossings.

altitude_crossing_sides

Indicate which crossings are computed and displayed in the 2D Graphics window.

direction

Indicate the direction in which the sensor’s field of view crosses the specified altitude.

exclude_horizon_arcs

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.

property SensorProjectionConstantAltitude.exclude_horizon_arcs: bool#

Specify whether to exclude horizon arcs.