FaceCullingMode =============== .. py:class:: ansys.stk.core.graphics.FaceCullingMode IntEnum .. py:currentmodule:: FaceCullingMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~CULL_FACE_FRONT` - Front-facing triangles are culled. * - :py:attr:`~CULL_FACE_BACK` - Back-facing triangles are culled. * - :py:attr:`~CULL_FACE_FRONT_AND_BACK` - Both front- and back-facing triangles are culled. Therefore, no triangles are rendered. * - :py:attr:`~CULL_FACE_NEITHER` - No triangles are culled. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import FaceCullingMode