Graphics3DOffsetRotate#

class ansys.stk.core.stkobjects.Graphics3DOffsetRotate#

Class defining rotation in the object body frame’s X, Y and Z directions.

Overview#

enable

Specify the model rotation in the object body frame’s X, Y and Z directions.

x

Rotation about the X axis. Uses Angle Dimension.

y

Rotation about the Y axis. Uses Angle Dimension.

z

Rotation about the Z axis. Uses Angle Dimension.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DOffsetRotate

Property detail#

property Graphics3DOffsetRotate.enable: bool#

Specify the model rotation in the object body frame’s X, Y and Z directions.

property Graphics3DOffsetRotate.x: Any#

Rotation about the X axis. Uses Angle Dimension.

property Graphics3DOffsetRotate.y: Any#

Rotation about the Y axis. Uses Angle Dimension.

property Graphics3DOffsetRotate.z: Any#

Rotation about the Z axis. Uses Angle Dimension.