]> OCCT Git - occt-copy.git/commit
0032448: Modeling Algorithms - Provide exact validating (as option) using GeomLib_Che... CR32448_1
authorasuraven <andrey.suravenkov@opencascade.com>
Wed, 28 Jul 2021 10:19:22 +0000 (13:19 +0300)
committerasuraven <andrey.suravenkov@opencascade.com>
Fri, 30 Jul 2021 14:43:07 +0000 (17:43 +0300)
commita70c84226fe3237ee820d0eafd60de253fbfe386
tree4e5d0d758cdbe1ff0f59b7c1e97785b01e140443
parentef0409d05da7b89bcf0d834a7ad078d5ced342c4
0032448: Modeling Algorithms - Provide exact validating (as option) using GeomLib_CheckCurveOnSurface

Add '-exact' option to checkshape command to use exact method to validate edges using BRepLib_ValidateEdge class. Default mode is calculating in finite number of points.
21 files changed:
src/BRepCheck/BRepCheck_Analyzer.cxx
src/BRepCheck/BRepCheck_Analyzer.hxx
src/BRepCheck/BRepCheck_Edge.cxx
src/BRepCheck/BRepCheck_Edge.hxx
src/BRepCheck/BRepCheck_Result.cxx
src/BRepCheck/BRepCheck_Result.hxx
src/BRepLib/BRepLib_ValidateEdge.cxx
src/BRepLib/BRepLib_ValidateEdge.hxx
src/BRepTest/BRepTest_CheckCommands.cxx
tests/heal/checkshape/bug27814_10
tests/heal/checkshape/bug27814_11
tests/heal/checkshape/bug32448_1 [new file with mode: 0644]
tests/heal/checkshape/bug32448_10 [new file with mode: 0644]
tests/heal/checkshape/bug32448_2 [new file with mode: 0644]
tests/heal/checkshape/bug32448_3 [new file with mode: 0644]
tests/heal/checkshape/bug32448_4 [new file with mode: 0644]
tests/heal/checkshape/bug32448_5 [new file with mode: 0644]
tests/heal/checkshape/bug32448_6 [new file with mode: 0644]
tests/heal/checkshape/bug32448_7 [new file with mode: 0644]
tests/heal/checkshape/bug32448_8 [new file with mode: 0644]
tests/heal/checkshape/bug32448_9 [new file with mode: 0644]