FaceCullingMode#
- class ansys.stk.core.graphics.FaceCullingMode#
IntEnum
Overview#
|
Front-facing triangles are culled. |
|
Back-facing triangles are culled. |
|
Both front- and back-facing triangles are culled. Therefore, no triangles are rendered. |
|
No triangles are culled. |
Import detail#
from ansys.stk.core.graphics import FaceCullingMode