Graphics3DOffset#

class ansys.stk.core.stkobjects.Graphics3DOffset#

Class defining 3D offset attributes.

Overview#

rotational

Return the rotational offset attributes.

translational

Return the translational offset attributes.

label

Return the label offset attributes.

attachment_point

Return the attach point offset attributes.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DOffset

Property detail#

property Graphics3DOffset.rotational: Graphics3DOffsetRotate#

Return the rotational offset attributes.

property Graphics3DOffset.translational: Graphics3DOffsetTransformation#

Return the translational offset attributes.

property Graphics3DOffset.label: Graphics3DOffsetLabel#

Return the label offset attributes.

property Graphics3DOffset.attachment_point: Graphics3DOffsetAttachment#

Return the attach point offset attributes.