]> OCCT Git - occt-copy.git/commit
0023731: The shape obtained by stepread is valid in terms of checkshape but it is... CR23731_6
authornbv <nbv@opencascade.com>
Tue, 3 Dec 2013 12:05:46 +0000 (16:05 +0400)
committernbv <nbv@opencascade.com>
Tue, 3 Dec 2013 12:05:46 +0000 (16:05 +0400)
commit6e8ab7b8af3005cd0f062d6bf098274603e0e107
treebf03d50beeb6cadce5f94e7446ed86c6aa6dea7f
parent52e6db9d8a98b5dee78e4b729cb1ec606aa1bd46
0023731: The shape obtained by stepread is valid in terms of checkshape but it is not valid in terms of usability.

1. New status "BrepCheck_CollapsedEdge" is added.
2. Draw command "tolsphere": draws a sphere with center in given vertex, radius is tolerance of given vertex.
3. test case added
4. Small correction of output of "checkshape" command result.
12 files changed:
src/BRepCheck/BRepCheck.cdl
src/BRepCheck/BRepCheck.cxx
src/BRepCheck/BRepCheck_Analyzer.cxx
src/BRepCheck/BRepCheck_Edge.cdl
src/BRepCheck/BRepCheck_Edge.cxx
src/BRepCheck/BRepCheck_Face.cdl
src/BRepCheck/BRepCheck_Face.cxx
src/BRepCheck/BRepCheck_Wire.cdl
src/BRepCheck/BRepCheck_Wire.cxx
src/BRepTest/BRepTest_CheckCommands.cxx
src/BRepTest/BRepTest_PrimitiveCommands.cxx
tests/bugs/modalg_5/bug23731 [new file with mode: 0644]