FaceCullingMode#

class ansys.stk.core.graphics.FaceCullingMode#

IntEnum

Overview#

CULL_FACE_FRONT

Front-facing triangles are culled.

CULL_FACE_BACK

Back-facing triangles are culled.

CULL_FACE_FRONT_AND_BACK

Both front- and back-facing triangles are culled. Therefore, no triangles are rendered.

CULL_FACE_NEITHER

No triangles are culled.

Import detail#

from ansys.stk.core.graphics import FaceCullingMode