Share

AcGsConfig::setSurfaceTessellationTol

C++

virtual GS::ErrorStatus setSurfaceTessellationTol(
    int surfaceTessellationTol
) = 0;

Description

This function sets the amount of detail (tessellation lines or triangles) displayed for surfaces.

For return value meanings, see the GS::ErrorStatus documentation.

Parameters

Parameters Description
surfaceTessellationTol Integer ranging from 0 to 100; the lower the value, the less detail

Links

AcGsConfig

Was this information helpful?