Graphics3DOffset ================ .. py:class:: ansys.stk.core.stkobjects.Graphics3DOffset Class defining 3D offset attributes. .. py:currentmodule:: Graphics3DOffset Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffset.rotational` - Return the rotational offset attributes. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffset.translational` - Return the translational offset attributes. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffset.label` - Return the label offset attributes. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffset.attachment_point` - Return the attach point offset attributes. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DOffset Property detail --------------- .. py:property:: rotational :canonical: ansys.stk.core.stkobjects.Graphics3DOffset.rotational :type: Graphics3DOffsetRotate Return the rotational offset attributes. .. py:property:: translational :canonical: ansys.stk.core.stkobjects.Graphics3DOffset.translational :type: Graphics3DOffsetTransformation Return the translational offset attributes. .. py:property:: label :canonical: ansys.stk.core.stkobjects.Graphics3DOffset.label :type: Graphics3DOffsetLabel Return the label offset attributes. .. py:property:: attachment_point :canonical: ansys.stk.core.stkobjects.Graphics3DOffset.attachment_point :type: Graphics3DOffsetAttachment Return the attach point offset attributes.