wrTriangulationParams::surfaceTolerance Data Member
Syntax
C++
doublesurfaceTolerance;
Description
Distance tolerance for coincident faces. If zero or negative, the tolerance will be calculated as a percent of extents diagonal: surfaceTolerance = diagonal * fabs(surfaceTolerance), or diagonal * 0.025 if zero.