0026118: Implement FastSewing algorithm
authornbv <nbv@opencascade.com>
Wed, 6 May 2015 13:58:48 +0000 (16:58 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 6 May 2015 13:59:57 +0000 (16:59 +0300)
commit7693827d4a3127ac7e571af418a9fcdd42551ce3
tree33875f3153583f8eb17fb4063439a332974c5e4a
parent97f3106c05d5052297bac39ed571c85c0ac32350
0026118: Implement FastSewing algorithm

1. Develop special sewing algorithm.
2. DRAW-command "fastsewing" has been created (see help for detail information).
3. BRepLib::EnsureNormalConsistency() method has been added (see help for detail information).
4. DRAW-command correctnormals has been created (see help for detail information).

Test cases for this issue.

Correction of elapsed time in test-cases
16 files changed:
src/BRepBuilderAPI/BRepBuilderAPI.cdl
src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx [new file with mode: 0644]
src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.hxx [new file with mode: 0644]
src/BRepBuilderAPI/FILES
src/BRepLib/BRepLib.cdl
src/BRepLib/BRepLib.cxx
src/BRepTest/BRepTest_SurfaceCommands.cxx
src/MeshTest/MeshTest.cxx
tests/sewing/fast/A1 [new file with mode: 0644]
tests/sewing/fast/A2 [new file with mode: 0644]
tests/sewing/fast/A3 [new file with mode: 0644]
tests/sewing/fast/A4 [new file with mode: 0644]
tests/sewing/fast/A5 [new file with mode: 0644]
tests/sewing/fast/A6 [new file with mode: 0644]
tests/sewing/fast/A7 [new file with mode: 0644]
tests/sewing/grids.list