AntennaGraphics#

class ansys.stk.core.stkobjects.AntennaGraphics#

Class defining 2D Graphics properties of a Antenna.

Overview#

show

Opt whether to display graphics for the antenna object.

show_boresight

Opt whether to display boresight graphics for the antenna.

boresight_color

The color in which boresight graphics display.

boresight_marker_style

The marker style used to represent the boresight graphically.

contour_graphics

Get the antenna contour graphics interface.

Import detail#

from ansys.stk.core.stkobjects import AntennaGraphics

Property detail#

property AntennaGraphics.show: bool#

Opt whether to display graphics for the antenna object.

property AntennaGraphics.show_boresight: bool#

Opt whether to display boresight graphics for the antenna.

property AntennaGraphics.boresight_color: Color#

The color in which boresight graphics display.

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.