Graphics3DFormat ================ .. py:class:: ansys.stk.core.stkobjects.Graphics3DFormat IntEnum .. py:currentmodule:: Graphics3DFormat Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~HORIZONTAL` - Horizontal layout. * - :py:attr:`~NO_LABELS` - No label display. * - :py:attr:`~VERTICAL` - Vertical layout. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DFormat