ISensorProjectionDisplayDistance#

class ansys.stk.core.stkobjects.ISensorProjectionDisplayDistance#

ISensorProjectionDisplayDistance Interface for setting projection altitude options 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.

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.