IOrientationPositionOffset ========================== .. py:class:: ansys.stk.core.stkutil.IOrientationPositionOffset Interface for defining the orientation origin position offset relative to the parent object. .. py:currentmodule:: IOrientationPositionOffset Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkutil.IOrientationPositionOffset.position_offset` - Get or set the position offset cartesian vector. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import IOrientationPositionOffset Property detail --------------- .. py:property:: position_offset :canonical: ansys.stk.core.stkutil.IOrientationPositionOffset.position_offset :type: ICartesian3Vector Get or set the position offset cartesian vector.