ModelUpAxis =========== .. py:class:: ansys.stk.core.graphics.ModelUpAxis IntEnum .. py:currentmodule:: ModelUpAxis Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~X` - The positive X axis. * - :py:attr:`~Y` - The positive Y axis. * - :py:attr:`~Z` - The positive Z axis. * - :py:attr:`~NEGATIVE_X` - The negative X axis. * - :py:attr:`~NEGATIVE_Y` - The negative Y axis. * - :py:attr:`~NEGATIVE_Z` - The negative Z axis. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import ModelUpAxis