AntennaContourGraphics#
- class ansys.stk.core.stkobjects.AntennaContourGraphics#
Class defining contour Graphics properties of a Antenna.
Overview#
Return true if the supplied contour type is supported by this object, false otherwise. |
|
Set the current contour type. |
Opt whether to display volume graphics for the antenna. |
|
Get an array of the supported contour types. |
|
Get the current contour type’s properties. |
Import detail#
from ansys.stk.core.stkobjects import AntennaContourGraphics
Property detail#
- property AntennaContourGraphics.supported_contour_types: list#
Get an array of the supported contour types.
- property AntennaContourGraphics.contour: IAntennaContour#
Get the current contour type’s properties.
Method detail#
- AntennaContourGraphics.is_contour_type_supported(self, value: AntennaContourType) bool #
Return true if the supplied contour type is supported by this object, false otherwise.
- Parameters:
value :
AntennaContourType
- Returns:
- AntennaContourGraphics.set_contour_type(self, value: AntennaContourType) None #
Set the current contour type.
- Parameters:
value :
AntennaContourType
- Returns: