C++
virtual GS::ErrorStatus setCurveTessellationTol( int curveTessellationTol ) = 0;
Description
This function sets the amount of detail (tessellation lines or triangles) displayed for curves. The lower the integer value, the less detail is displayed.
For return value meanings, see the GS::ErrorStatus documentation.
Parameters
Parameters | Description |
---|---|
curveTessellationTol | Integer in the range 0 to 100 |