SurfaceMeshRenderingMethod ========================== .. py:class:: ansys.stk.core.graphics.SurfaceMeshRenderingMethod IntEnum .. py:currentmodule:: SurfaceMeshRenderingMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~GEOMETRY_SHADER` - Render the surface mesh using a geometry shader. * - :py:attr:`~VERTEX_SHADER` - Render the surface mesh using a vertex shader. * - :py:attr:`~AUTOMATIC` - Render the surface mesh using an automatically selected method based on the capabilities of the video card. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import SurfaceMeshRenderingMethod