IElementConfigurationPolygon#
- class ansys.stk.core.stkobjects.IElementConfigurationPolygon#
Provide access to the properties and methods defining a polygon element configuration.
Overview#
Get or set the lattice type. |
|
Get or set the number of polygon sides. |
|
Get or set the option for evenly spacing adjacent elements. |
|
Get or set the number of elements in the x direction. |
|
Get or set the number of elements in the y direction. |
|
Get or set the spacing of the elements in the x direction, in wavelengths. |
|
Get or set the spacing of the elements in the y direction, in wavelengths. |
|
Get the maximum look angle in the x direction. |
|
Get the maximum look angle in the y direction. |
|
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.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.