Cartesian ========= .. py:class:: ansys.stk.core.stkutil.Cartesian Bases: :py:class:`~ansys.stk.core.stkutil.IPosition` Class used to access a position using Cartesian Coordinates. .. py:currentmodule:: Cartesian Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkutil.Cartesian.x` - Dimension depends on context. * - :py:attr:`~ansys.stk.core.stkutil.Cartesian.y` - Dimension depends on context. * - :py:attr:`~ansys.stk.core.stkutil.Cartesian.z` - Dimension depends on context. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import Cartesian Property detail --------------- .. py:property:: x :canonical: ansys.stk.core.stkutil.Cartesian.x :type: float Dimension depends on context. .. py:property:: y :canonical: ansys.stk.core.stkutil.Cartesian.y :type: float Dimension depends on context. .. py:property:: z :canonical: ansys.stk.core.stkutil.Cartesian.z :type: float Dimension depends on context.