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