0025847: Wrong result obtained by General Fuse operator.
authorpkv <pkv@opencascade.com>
Thu, 26 Feb 2015 10:39:13 +0000 (13:39 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 26 Feb 2015 10:40:16 +0000 (13:40 +0300)
commita3476a9fe26140e80cc8d9d02fa0a64b90454838
tree6f0a3b47c4b424f7334e256498ab09aef5c41027
parent9a6ea9c4793d0d97bf79e9b2fc5e908fc7799dc3
0025847: Wrong result obtained by General Fuse operator.

I. New features:
   No new features.

II. Changes:
II.1. class  BOPAlgo_PaveFiller
- method:
 void BOPAlgo_PaveFiller::PerformEE()
 has been changed.
 Intended set of VE interferences has been refined
 to avoid unwanted overlaps of pave blocks

- method:
 void BOPAlgo_PaveFiller::ForceInterfVE(const Standard_Integer nV,
                                       Handle(BOPDS_PaveBlock)& aPB,
                                       BOPDS_MapOfPaveBlock& aMPBToUpdate)
 The initialization of increment of VE interferences has been added.

- method:
 Standard_Boolean BOPAlgo_PaveFiller::ForceInterfVF
  (const Standard_Integer nV,
   const Standard_Integer nF)
 The initialization of increment of VF interferences has been added.

III. Modified entities:
 packages:
 BOPAlgo

Test case for issue CR25847
src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx
src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx
tests/bugs/modalg_5/bug25847 [new file with mode: 0755]