Origin ====== .. py:class:: ansys.stk.core.graphics.Origin IntEnum .. py:currentmodule:: Origin Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~BOTTOM_LEFT` - The object's origin is its bottom, left corner. * - :py:attr:`~BOTTOM_CENTER` - The object's origin is its bottom, center point. * - :py:attr:`~BOTTOM_RIGHT` - The object's origin is its bottom, right corner. * - :py:attr:`~CENTER_LEFT` - The object's origin is its center, left point. * - :py:attr:`~CENTER` - The object's origin is its center. * - :py:attr:`~CENTER_RIGHT` - The object's origin is its center, right point. * - :py:attr:`~TOP_LEFT` - The object's origin is its top, left corner. * - :py:attr:`~TOP_CENTER` - The object's origin is its top, center point. * - :py:attr:`~TOP_RIGHT` - The object's origin is its top, right corner. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import Origin