RadarGraphics#
- class ansys.stk.core.stkobjects.RadarGraphics#
Class defining 2D Graphics properties of a Radar.
Overview#
Opt whether to display graphics for the radar object. |
|
Opt whether to display boresight graphics for the radarβs antenna. |
|
The color in which boresight graphics display. |
|
The marker style used to represent the boresight graphically. |
|
Get the radarβs antenna contour graphics interface. |
|
Get the radarβs access graphics interface. |
|
Get the radarβs multipath graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import RadarGraphics
Property detail#
- property RadarGraphics.show_boresight: bool#
Opt whether to display boresight graphics for the radarβs antenna.
- property RadarGraphics.boresight_marker_style: str#
The marker style used to represent the boresight graphically.
- property RadarGraphics.contour_graphics: AntennaContourGraphics#
Get the radarβs antenna contour graphics interface.
- property RadarGraphics.access: RadarAccessGraphics#
Get the radarβs access graphics interface.
- property RadarGraphics.multipath: RadarMultipathGraphics#
Get the radarβs multipath graphics interface.