]> 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>
Wed, 13 Feb 2013 13:25:17 +0000 (17:25 +0400)
commit217741418559a70edb8e26b5c00f3143be05ca03
treefb4c29946506bf0d28dc9359298b3933f1e4bc86
parent746bb46a411f881c6b16b41e470f4aab7b6c2f87
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