IGroundLocationGraphics#
- class ansys.stk.core.stkobjects.IGroundLocationGraphics#
IGroundLocationGraphics used to access the 2-d graphics properties for a ground location.
Overview#
The graphics az-el mask properties for the ground location. |
|
The color in which the marker and label for the object is displayed in the 2D and 3D Graphics windows. |
|
The range contours properties for the ground location. |
|
Inheritable graphics attributes are inherited from the Scenario object instead of being set locally for the ground location. |
|
The color in which the label for the object is displayed. |
|
Use a user-specified name as the label for the ground location. This does not have to correspond to the name of the object in the Object Browser. |
|
Notes attached to the object and displayed in the 2D and 3D Graphics windows. |
|
The color in which the marker for the object is displayed. |
|
The style of the marker representing the object in the 2D Graphics window. A member of the MarkerStyle enumeration. |
|
Get the radar cross section graphics interface. |
|
Specify whether graphics attributes of the ground location are visible. |
|
Display the label for the ground location. |
|
Use the name of the object as the label for the ground location. |
Import detail#
from ansys.stk.core.stkobjects import IGroundLocationGraphics
Property detail#
- property IGroundLocationGraphics.az_el_mask: BasicAzElMask#
The graphics az-el mask properties for the ground location.
- property IGroundLocationGraphics.color: Color#
The color in which the marker and label for the object is displayed in the 2D and 3D Graphics windows.
- property IGroundLocationGraphics.contours: Graphics2DRangeContours#
The range contours properties for the ground location.
- property IGroundLocationGraphics.inherit_from_scenario: bool#
Inheritable graphics attributes are inherited from the Scenario object instead of being set locally for the ground location.
- property IGroundLocationGraphics.label_color: Color#
The color in which the label for the object is displayed.
- property IGroundLocationGraphics.label_name: str#
Use a user-specified name as the label for the ground location. This does not have to correspond to the name of the object in the Object Browser.
- property IGroundLocationGraphics.label_notes: LabelNoteCollection#
Notes attached to the object and displayed in the 2D and 3D Graphics windows.
- property IGroundLocationGraphics.marker_color: Color#
The color in which the marker for the object is displayed.
- property IGroundLocationGraphics.marker_style: str#
The style of the marker representing the object in the 2D Graphics window. A member of the MarkerStyle enumeration.
- property IGroundLocationGraphics.radar_cross_section: RadarCrossSectionGraphics#
Get the radar cross section graphics interface.