]> OCCT Git - occt-copy.git/commit
0021762: Integration of new Boolean Operation algorithm to OCCT.
authoremv <emv@opencascade.com>
Wed, 12 Dec 2012 11:39:36 +0000 (15:39 +0400)
committeremv <emv@opencascade.com>
Wed, 12 Dec 2012 11:51:32 +0000 (15:51 +0400)
commitbf315f09edc81de434e743ba918c3182d4384454
tree0a9ab96f6787291b2ad59238aa6b488b0a27d018
parenta6b71ffe63250979eba8a5fd7c39c7ea264e8324
0021762: Integration of new Boolean Operation algorithm to OCCT.
Modifications in the source files:
1. Added correction of the tolerance values of the shapes according to the bug 0023610.
Modifications in the test scripts:
1. test cases:
    boolean bcommon_complex C3,
    boolean bcut_complex F2 O7,
    boolean bfuse_complex C4 C5 E4,
    boolean bsection B6 M8 M9 N4 N5 N7,
    boolean bfuse_simple ZP6,
    draft angle G8,
    feat featprism S2
have been marked as invalid according to the bug 0022033;
2. New value of result has been set in the test cases :
    boolean bopsection D4
    boolean bsection R8
as it is correct.
3. test case bugs modalg bug23472 has been rewritten according to the new format of bsection command.
32 files changed:
src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cxx
src/BOPAlgo/BOPAlgo_BOP.cdl
src/BOPAlgo/BOPAlgo_BOP.cxx
src/BOPAlgo/BOPAlgo_Builder.cxx
src/BOPAlgo/BOPAlgo_PaveFiller_4.cxx
src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx
src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx
src/BOPDS/BOPDS_DS.cdl
src/BOPDS/BOPDS_DS.cxx
src/BOPTools/BOPTools_AlgoTools.cdl
src/BOPTools/BOPTools_AlgoTools.cxx
src/BOPTools/BOPTools_AlgoTools_1.cxx
src/BOPTools/BOPTools_AlgoTools_2.cxx
src/IntPolyh/IntPolyh_MaillageAffinage.cxx
tests/boolean/bcommon_complex/C3
tests/boolean/bcut_complex/F2
tests/boolean/bcut_complex/O7
tests/boolean/bfuse_complex/C4
tests/boolean/bfuse_complex/C5
tests/boolean/bfuse_complex/E4
tests/boolean/bopfuse_simple/ZP6
tests/boolean/bopsection/D4
tests/boolean/bsection/B6
tests/boolean/bsection/M8
tests/boolean/bsection/M9
tests/boolean/bsection/N4
tests/boolean/bsection/N5
tests/boolean/bsection/N7
tests/boolean/bsection/R8
tests/bugs/modalg/bug23472
tests/draft/angle/G8
tests/feat/featprism/S2