Graphics3DAzElMask#

class ansys.stk.core.stkobjects.Graphics3DAzElMask#

Class to define display labels and adjust the translucency of the 3D azimuth-elevation mask for a facility, place or target.

Overview#

show_compass_directions

Display of compass directions on the outline of the mask.

altitude_labels_visible

Display of altitude labels.

number_of_altitude_labels

The number of altitude labels to display on the outline of the mask.

interior_translucency

The translucency of the mask, where 1 = completely invisible.

line_translucency

The translucency of the outline of the mask, where 1 = completely invisible.

label_swap_distance

Interface to control the level of detail in labels and other screen objects at specified distances.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DAzElMask

Property detail#

property Graphics3DAzElMask.show_compass_directions: bool#

Display of compass directions on the outline of the mask.

property Graphics3DAzElMask.altitude_labels_visible: bool#

Display of altitude labels.

property Graphics3DAzElMask.number_of_altitude_labels: int#

The number of altitude labels to display on the outline of the mask.

property Graphics3DAzElMask.interior_translucency: float#

The translucency of the mask, where 1 = completely invisible.

property Graphics3DAzElMask.line_translucency: float#

The translucency of the outline of the mask, where 1 = completely invisible.

property Graphics3DAzElMask.label_swap_distance: Graphics3DLabelSwapDistance#

Interface to control the level of detail in labels and other screen objects at specified distances.