WindingOrder#

class ansys.stk.core.graphics.WindingOrder#

IntEnum

Overview#

COUNTER_CLOCKWISE

Positions or triangles are defined in counter-clockwise order.

CLOCKWISE

Positions or triangles are defined in clockwise order.

COMPUTE

The winding order is unknown and should be computed. For best performance, only use this value if you do not know the actual winding order.

Import detail#

from ansys.stk.core.graphics import WindingOrder