occt: master 78c66ef1

Author Committer Branch Timestamp Parent
emv bugmaster master 2013-10-31 13:25:02 master a6eb515f
Changeset 0024286: Wrong result done by General Fuse algorithm.

1. Instead of the tolerance value of the face the resolution of the surface of the face is used in
   the Face Classifier algorithm to define the state of the 2d point relative to that face.
2. Replace the vertices involved in PostTreatFF (treatment of section edges) with their images
   (new vertices created in PostTreatFF) in all pave blocks.
3. New value of the result in the test case boolean bsection L8.

Test cases for issue CR24286
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cdl Diff File
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx Diff File
mod - src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx Diff File
mod - src/IntTools/IntTools_FClass2d.cxx Diff File
mod - tests/boolean/bsection/L8 Diff File
add - tests/bugs/modalg_5/bug24286 Diff File