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