Graphics3DOffset#
- class ansys.stk.core.stkobjects.Graphics3DOffset#
Class defining 3D offset attributes.
Overview#
Return the rotational offset attributes. |
|
Return the translational offset attributes. |
|
Return the label offset attributes. |
|
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.