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)
committerbugmaster <bugmaster@opencascade.com>
Thu, 20 Mar 2014 10:04:52 +0000 (14:04 +0400)
commit98730279599ae3855538125e9c8a6fe185c9ab19
tree31a11632a20085616e1a7c40c5e68644a6221a56
parent679ecdeeac9a41c8ed6e14501ca292707bbde932
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]