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