ReceiverGraphics3D#
- class ansys.stk.core.stkobjects.ReceiverGraphics3D#
Class defining 3D Graphics properties of a Receiver.
Overview#
Get the receiverβs Vector properties. |
|
Opt whether to display boresight graphics for the receiverβs antenna. |
|
Opt whether to display contour graphics for the receiverβs antenna. |
|
Get the receiverβs antenna volume graphics interface. |
Import detail#
from ansys.stk.core.stkobjects import ReceiverGraphics3D
Property detail#
- property ReceiverGraphics3D.vector: Graphics3DVector#
Get the receiverβs Vector properties.
- property ReceiverGraphics3D.show_boresight: bool#
Opt whether to display boresight graphics for the receiverβs antenna.
- property ReceiverGraphics3D.show_contours: bool#
Opt whether to display contour graphics for the receiverβs antenna.
- property ReceiverGraphics3D.volume: AntennaVolumeGraphics#
Get the receiverβs antenna volume graphics interface.