TransmitterGraphics3D#
- class ansys.stk.core.stkobjects.TransmitterGraphics3D#
Class defining 3D Graphics properties of a Transmitter.
Overview#
Get the transmitterβs Vector properties. |
|
Opt whether to display boresight graphics for the transmitterβs antenna. |
|
Opt whether to display contour graphics for the transmitterβs antenna. |
|
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.