]> OCCT Git - occt-copy.git/commit
0023610: checkshape command does not detect mismatch of the tolerance values among... CR23610
authorabv <abv@opencascade.com>
Tue, 11 Dec 2012 11:51:40 +0000 (15:51 +0400)
committerabv <abv@opencascade.com>
Tue, 11 Dec 2012 15:28:38 +0000 (19:28 +0400)
commit935f8c002eefdb14ad0b4cb7105147e55e6293e3
treea9d72b0574ec26b90c754a6348b54024f4cccedd
parentd27ea0ef51e4718b32019e768410a47780f72b84
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