Cylindrical =========== .. py:class:: ansys.stk.core.stkutil.Cylindrical Bases: :py:class:`~ansys.stk.core.stkutil.IPosition` Class defining cylindrical position. .. py:currentmodule:: Cylindrical Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkutil.Cylindrical.radius` - Dimension depends on context. * - :py:attr:`~ansys.stk.core.stkutil.Cylindrical.z` - Uses Angle Dimension. * - :py:attr:`~ansys.stk.core.stkutil.Cylindrical.longitude` - Dimension depends on context. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import Cylindrical Property detail --------------- .. py:property:: radius :canonical: ansys.stk.core.stkutil.Cylindrical.radius :type: float Dimension depends on context. .. py:property:: z :canonical: ansys.stk.core.stkutil.Cylindrical.z :type: float Uses Angle Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkutil.Cylindrical.longitude :type: typing.Any Dimension depends on context.