]> 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>
Fri, 1 Mar 2013 12:11:25 +0000 (16:11 +0400)
commit8243ffaca907cbfb372f16792f412f65761436e0
tree9cb0d2d887a88365cc1f0c9c7665724a41e76900
parent5788f5438f602ebbce3be7eb3034c7414fce0053
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

Conflicts:
src/BRepTest/BRepTest_CheckCommands.cxx
src/BRepCheck/BRepCheck.cxx
src/BRepCheck/BRepCheck_Edge.cxx
src/BRepCheck/BRepCheck_Vertex.cxx
src/BRepTest/BRepTest_CheckCommands.cxx
src/GeomliteTest/GeomliteTest_CurveCommands.cxx