]> OCCT Git - occt-copy.git/commit
0024733: Subshape IDs change between two executions of a same script
authorpkv <pkv@opencascade.com>
Wed, 19 Mar 2014 03:02:28 +0000 (07:02 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 13:00:54 +0000 (17:00 +0400)
commitd2d376f20f39d8d23e66c60a3cb21acbd2c52922
treecd1dde0c4bdd0497d3b39b53fa53a1852eadeff3
parentb0e6ae72af423310c1e10bfc0ddfff6a579222a9
0024733: Subshape IDs change between two executions of a same script

Changes:
1. class BOPTools_Set
   - method:
void BOPTools_Set::AddEdges(const TopoDS_Shape& aS)
has been removed as redundant

2. class BOPTools_Set
   - method:
Standard_Boolean BOPTools_Set::IsEqual  (const BOPTools_Set& theOther)const
has been modified to take into account Locations of the shapes

3. class BOPAlgo_Builder
   - method:
void BOPAlgo_Builder::FillSameDomainFaces()
has been modified in accordance with the modifications done in II.1.
src/BOPAlgo/BOPAlgo_Builder_2.cxx
src/BOPTools/BOPTools_Set.cdl
src/BOPTools/BOPTools_Set.cxx
src/BOPTools/BOPTools_Set.lxx [deleted file]