]> OCCT Git - occt-copy.git/commit
0032448: Modeling Algorithms - Provide exact validating (as option) using GeomLib_Che... CR32448_2
authorasuraven <andrey.suravenkov@opencascade.com>
Wed, 28 Jul 2021 10:19:22 +0000 (13:19 +0300)
committerasuraven <andrey.suravenkov@opencascade.com>
Mon, 30 Aug 2021 09:05:03 +0000 (12:05 +0300)
commita882d0217fdad7c513d920500e0c0140e566f59b
tree5476d6b16908ec676738397c9915a8c0e841f6f1
parentd0aadfaee4d58fea8da7e060a89e531579e16534
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.
20 files changed:
dox/user_guides/draw_test_harness/draw_test_harness.md
src/BRepCheck/BRepCheck_Analyzer.cxx
src/BRepCheck/BRepCheck_Analyzer.hxx
src/BRepCheck/BRepCheck_Edge.cxx
src/BRepCheck/BRepCheck_Edge.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]