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#
Display of compass directions on the outline of the mask. |
|
Display of altitude labels. |
|
The number of altitude labels to display on the outline of the mask. |
|
The translucency of the mask, where 1 = completely invisible. |
|
The translucency of the outline of the mask, where 1 = completely invisible. |
|
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.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.