AntennaContourGraphics#

class ansys.stk.core.stkobjects.AntennaContourGraphics#

Class defining contour Graphics properties of a Antenna.

Overview#

is_contour_type_supported

Return true if the supplied contour type is supported by this object, false otherwise.

set_contour_type

Set the current contour type.

show

Opt whether to display volume graphics for the antenna.

supported_contour_types

Get an array of the supported contour types.

contour

Get the current contour type’s properties.

Import detail#

from ansys.stk.core.stkobjects import AntennaContourGraphics

Property detail#

property AntennaContourGraphics.show: bool#

Opt whether to display volume graphics for the antenna.

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:

bool

AntennaContourGraphics.set_contour_type(self, value: AntennaContourType) None#

Set the current contour type.

Parameters:

value : AntennaContourType

Returns:

None