Graphics3DOffsetTransformation#

class ansys.stk.core.stkobjects.Graphics3DOffsetTransformation#

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

Overview#

enable

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

x

Translation in the X direction. Uses Distance Dimension.

y

Translation in the Y direction. Uses Distance Dimension.

z

Translation in the Z direction. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DOffsetTransformation

Property detail#

property Graphics3DOffsetTransformation.enable: bool#

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

property Graphics3DOffsetTransformation.x: float#

Translation in the X direction. Uses Distance Dimension.

property Graphics3DOffsetTransformation.y: float#

Translation in the Y direction. Uses Distance Dimension.

property Graphics3DOffsetTransformation.z: float#

Translation in the Z direction. Uses Distance Dimension.