occt: master 876ca54f

Author Committer Branch Timestamp Parent
pkv bugmaster master 2015-09-03 12:02:06 master a849d42d
Changeset 0026582: Wrong result obtained by Common operator

class BOPAlgo_WireSplitter
   - static function:
Standard_Real Angle2D (const TopoDS_Vertex& aV,
                         const TopoDS_Edge& anEdge,
                         const TopoDS_Face& myFace,
                         const GeomAdaptor_Surface& aGAS,
                         const Standard_Boolean bIsIN)
The treatment of circles has been chenged to prevent
the loss of accuracy due to small differences in large values.

Small correction of test case for issue CR26582

Test case for issue CR26582
mod - src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx Diff File
mod - tests/bugs/modalg_2/bug497_3 Diff File
add - tests/bugs/modalg_6/bug26582 Diff File