Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
wrTriangulationParams::wrTriangulationParams Constructor
Syntax
C++
wrTriangulationParams(bool bNewTess = false);

Default constructor. Sets the following default triangulation parameters:

Parameter Default
maxNumGridLines 10000
maxFacetEdgeLength 0
normalTolerance 15
surfaceTolerance 0
gridAspectRatio 0
PointsPerEdge 0
BetweenKnots 2
bRecalculateSurfaceTolerance false
bUseTesselation false

If 'bNewTess' parameter is true, the constructors sets the following parameters:

Parameter Default
maxNumGridLines 10000
maxFacetEdgeLength 0
normalTolerance 15
surfaceTolerance 0
gridAspectRatio 0
PointsPerEdge 0
BetweenKnots 2
bRecalculateSurfaceTolerance true
bUseTesselation true
Copyright © 2002-2022. Open Design Alliance All rights reserved.