Graphics3DLocation ================== .. py:class:: ansys.stk.core.stkobjects.Graphics3DLocation IntEnum .. py:currentmodule:: Graphics3DLocation Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~WINDOW_3D` - Display in the 3D window. * - :py:attr:`~DISPLAY_AREA` - Display in the data display area. * - :py:attr:`~OFFSET_FROM_OBJECT` - Display at a specified offset from a selected object. * - :py:attr:`~OFFSET_FROM_ACCESS_OBJECT` - Display at a specified offset from the access object. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DLocation