]> OCCT Git - occt-copy.git/commit
0026582: Wrong result obtained by Common operator
authorpkv <pkv@opencascade.com>
Thu, 3 Sep 2015 12:02:06 +0000 (15:02 +0300)
committerabv <abv@opencascade.com>
Fri, 11 Sep 2015 12:22:55 +0000 (15:22 +0300)
commit4c15f1799b6a2013e9301ae8a112154f310554d8
treef99f8315c463c170a17e0c1c11c19f3bb73bc404
parentccf61b1b850fcfe776300defd3c2378ce832f4d9
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

Conflicts:
src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx
src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx
tests/bugs/modalg_2/bug497_3
tests/bugs/modalg_6/bug26582 [new file with mode: 0755]