SurfaceMeshRenderingMethod#

class ansys.stk.core.graphics.SurfaceMeshRenderingMethod#

IntEnum

Overview#

GEOMETRY_SHADER

Render the surface mesh using a geometry shader.

VERTEX_SHADER

Render the surface mesh using a vertex shader.

AUTOMATIC

Render the surface mesh using an automatically selected method based on the capabilities of the video card.

Import detail#

from ansys.stk.core.graphics import SurfaceMeshRenderingMethod