]> OCCT Git - occt-copy.git/commit
0024597: Missing internal vertex in the result of General Fuse Operation
authorpkv <pkv@opencascade.com>
Thu, 6 Feb 2014 07:21:47 +0000 (11:21 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:20:57 +0000 (16:20 +0400)
commit8849da168aef97e27bd0038eb34f2ef7bdb03df5
treef5170c0c67919f92818720bb0b783407f10bb044
parenta6b634c30aadad9b34d01e606748bf9cd6d24d61
0024597: Missing internal vertex in the result of General Fuse Operation

Changes:
class BOPDS_DS
   - method:
void BOPDS_DS::Init()
   - method:
void BOPDS_DS::FaceInfoIn
  (const Standard_Integer theF,
   BOPDS_IndexedMapOfPaveBlock& theMPB,
   BOPCol_MapOfInteger& theMI)
Add the information about internal vertices on faces to the Data Structure

Test case for issue CR24597
src/BOPDS/BOPDS_DS.cxx
tests/bugs/modalg_5/bug24597 [new file with mode: 0644]