Origin#

class ansys.stk.core.graphics.Origin#

IntEnum

Overview#

BOTTOM_LEFT

The object’s origin is its bottom, left corner.

BOTTOM_CENTER

The object’s origin is its bottom, center point.

BOTTOM_RIGHT

The object’s origin is its bottom, right corner.

CENTER_LEFT

The object’s origin is its center, left point.

CENTER

The object’s origin is its center.

CENTER_RIGHT

The object’s origin is its center, right point.

TOP_LEFT

The object’s origin is its top, left corner.

TOP_CENTER

The object’s origin is its top, center point.

TOP_RIGHT

The object’s origin is its top, right corner.

Import detail#

from ansys.stk.core.graphics import Origin