]> OCCT Git - occt-copy.git/commit
0024618: Embedding vertex in BOP depends on the order of arguments
authorpkv <pkv@opencascade.com>
Thu, 20 Feb 2014 12:53:03 +0000 (16:53 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:40:51 +0000 (16:40 +0400)
commit9df27a0ff6f5f40b93fd623a9d7d5dc366256e83
tree11d2569b3535ef928c3cb4c45c0439b53b1641af
parent015bb6553df8b69f06f84b840cda024c7ea4cdc3
0024618: Embedding vertex in BOP depends on the order of arguments

Changes: class BOPDS_DS
   - method:
void BOPDS_DS::AloneVertices(const Standard_Integer theI,
                             BOPCol_ListOfInteger& theLI)const
The condition for DS-index of a vertex has been corrected

class BOPTools_AlgoTools3D
   - static function:
Standard_Boolean HasGeometry(const TopoDS_Shape& aS)
The returnig value  has been corrected for shapes of vertex type

Modified entities:
packages:
BOPDS
BOPTools

Test cases for issue CR24618
src/BOPDS/BOPDS_DS.cxx
src/BOPTools/BOPTools_AlgoTools3D.cxx
tests/bugs/modalg_5/bug24618_1 [new file with mode: 0644]
tests/bugs/modalg_5/bug24618_2 [new file with mode: 0644]
tests/bugs/modalg_5/bug24618_3 [new file with mode: 0644]
tests/bugs/modalg_5/bug24618_4 [new file with mode: 0644]