Graphics3DOffsetTransformation ============================== .. py:class:: ansys.stk.core.stkobjects.Graphics3DOffsetTransformation Class defining model translation in the object body frame's X, Y and Z directions. .. py:currentmodule:: Graphics3DOffsetTransformation Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.enable` - Specify the model translation in the object body frame's X, Y and Z directions. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.x` - Translation in the X direction. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.y` - Translation in the Y direction. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.z` - Translation in the Z direction. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DOffsetTransformation Property detail --------------- .. py:property:: enable :canonical: ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.enable :type: bool Specify the model translation in the object body frame's X, Y and Z directions. .. py:property:: x :canonical: ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.x :type: float Translation in the X direction. Uses Distance Dimension. .. py:property:: y :canonical: ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.y :type: float Translation in the Y direction. Uses Distance Dimension. .. py:property:: z :canonical: ansys.stk.core.stkobjects.Graphics3DOffsetTransformation.z :type: float Translation in the Z direction. Uses Distance Dimension.