IElementConfigurationPolygon#

class ansys.stk.core.stkobjects.IElementConfigurationPolygon#

Provide access to the properties and methods defining a polygon element configuration.

Overview#

lattice_type

Get or set the lattice type.

number_of_sides

Get or set the number of polygon sides.

equilateral

Get or set the option for evenly spacing adjacent elements.

number_of_x_elements

Get or set the number of elements in the x direction.

number_of_y_elements

Get or set the number of elements in the y direction.

spacing_x

Get or set the spacing of the elements in the x direction, in wavelengths.

spacing_y

Get or set the spacing of the elements in the y direction, in wavelengths.

maximum_look_angle_elevation

Get the maximum look angle in the x direction.

maximum_look_angle_azimuth

Get the maximum look angle in the y direction.

spacing_unit

Get or set the spacing unit.

Import detail#

from ansys.stk.core.stkobjects import IElementConfigurationPolygon

Property detail#

property IElementConfigurationPolygon.lattice_type: LatticeType#

Get or set the lattice type.

property IElementConfigurationPolygon.number_of_sides: int#

Get or set the number of polygon sides.

property IElementConfigurationPolygon.equilateral: bool#

Get or set the option for evenly spacing adjacent elements.

property IElementConfigurationPolygon.number_of_x_elements: int#

Get or set the number of elements in the x direction.

property IElementConfigurationPolygon.number_of_y_elements: int#

Get or set the number of elements in the y direction.

property IElementConfigurationPolygon.spacing_x: float#

Get or set the spacing of the elements in the x direction, in wavelengths.

property IElementConfigurationPolygon.spacing_y: float#

Get or set the spacing of the elements in the y direction, in wavelengths.

property IElementConfigurationPolygon.maximum_look_angle_elevation: Any#

Get the maximum look angle in the x direction.

property IElementConfigurationPolygon.maximum_look_angle_azimuth: Any#

Get the maximum look angle in the y direction.

property IElementConfigurationPolygon.spacing_unit: SpacingUnit#

Get or set the spacing unit.