]> OCCT Git - occt-copy.git/commit
0023610: checkshape command does not detect mismatch of the tolerance values among...
authorabv <abv@opencascade.com>
Tue, 11 Dec 2012 11:51:40 +0000 (15:51 +0400)
committerabk <abk@opencascade.com>
Tue, 25 Dec 2012 10:21:30 +0000 (14:21 +0400)
commitc201bec8843232cca941bff894371f1d06bbdb34
tree75606d50a93f38a274256067247d9d084b9970a2
parente54706ed4654ec1eeeee931bfb85421a3913e30e
0023610: checkshape command does not detect mismatch of the tolerance values among the sub-shapes of the shape

In BRepCheck, added check for tolerance of face to be not greater than tolerance of edge, and tolerance of edge not greater than tolerance of its vertices
src/BRepCheck/BRepCheck.cxx
src/BRepCheck/BRepCheck_Edge.cxx
src/BRepCheck/BRepCheck_Vertex.cxx
src/BRepTest/BRepTest_CheckCommands.cxx
src/GeomliteTest/GeomliteTest_CurveCommands.cxx