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