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