occt: master 362dec17

Author Committer Branch Timestamp Parent
pkv apn master 2014-02-20 12:53:03 master 1896126e
Affected Issues  0024618: Embedding vertex in BOP depends on the order of arguments
Changeset 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
mod - src/BOPDS/BOPDS_DS.cxx Diff File
mod - src/BOPTools/BOPTools_AlgoTools3D.cxx Diff File
add - tests/bugs/modalg_5/bug24618_1 Diff File
add - tests/bugs/modalg_5/bug24618_2 Diff File
add - tests/bugs/modalg_5/bug24618_3 Diff File
add - tests/bugs/modalg_5/bug24618_4 Diff File