API Reference > Other Classes > wrTriangulationParams Class > wrTriangulationParams Data Members > wrTriangulationParams::normalTolerance Data Member
wrTriangulationParams::normalTolerance Data Member
Syntax
C++
double normalTolerance;

NormalTolerance allows to specify the tessellation quality of circular surfaces (such as Cone, Torus, Sphere or Cylinder). It is measured in degrees. The value of this parameter determines the quantity of mesh cells (triangles) used to represent a circular surface (360/NormalTolerance). Default value is 15. It means, for an example, that surface will be tessellated with 24 mesh cells (triangles) in circular direction.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.