]> 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)
committerabv <abv@opencascade.com>
Fri, 14 Dec 2012 15:40:53 +0000 (19:40 +0400)
commitdc62669546d45aa6178c2853d9c7573cd7baf91d
treefceb82fcc819e8572045a6ecc9caed4c574c0443
parentbf315f09edc81de434e743ba918c3182d4384454
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