TransmitterGraphics3D#

class ansys.stk.core.stkobjects.TransmitterGraphics3D#

Class defining 3D Graphics properties of a Transmitter.

Overview#

vector

Get the transmitter’s Vector properties.

show_boresight

Opt whether to display boresight graphics for the transmitter’s antenna.

show_contours

Opt whether to display contour graphics for the transmitter’s antenna.

volume

Get the transmitter’s antenna volume graphics interface.

Import detail#

from ansys.stk.core.stkobjects import TransmitterGraphics3D

Property detail#

property TransmitterGraphics3D.vector: Graphics3DVector#

Get the transmitter’s Vector properties.

property TransmitterGraphics3D.show_boresight: bool#

Opt whether to display boresight graphics for the transmitter’s antenna.

property TransmitterGraphics3D.show_contours: bool#

Opt whether to display contour graphics for the transmitter’s antenna.

property TransmitterGraphics3D.volume: AntennaVolumeGraphics#

Get the transmitter’s antenna volume graphics interface.