ElementConfigurationCircular ============================ .. py:class:: ansys.stk.core.stkobjects.ElementConfigurationCircular Bases: :py:class:`~ansys.stk.core.stkobjects.IElementConfiguration` Class defining a circular element configuration. .. py:currentmodule:: ElementConfigurationCircular Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ElementConfigurationCircular.number_of_elements` - Get or set the number of elements on the perimiter of the circle. * - :py:attr:`~ansys.stk.core.stkobjects.ElementConfigurationCircular.spacing` - Get or set the spacing between adjacent elements in wavelengths. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ElementConfigurationCircular Property detail --------------- .. py:property:: number_of_elements :canonical: ansys.stk.core.stkobjects.ElementConfigurationCircular.number_of_elements :type: int Get or set the number of elements on the perimiter of the circle. .. py:property:: spacing :canonical: ansys.stk.core.stkobjects.ElementConfigurationCircular.spacing :type: float Get or set the spacing between adjacent elements in wavelengths.