]> OCCT Git - occt-copy.git/commit
0025432: Wrong result obtained by MakerVolume operator.
authorpkv <pkv@opencascade.com>
Fri, 21 Nov 2014 10:44:01 +0000 (13:44 +0300)
committervsr <vsr@opencascade.com>
Thu, 4 Dec 2014 06:37:40 +0000 (09:37 +0300)
commit1f349b3c2cd28c767190c766669f797e1577e581
tree354ac4991626740bc06452be491135d4bb0a5544
parent82b4c2494058a2c93d2b292bb3aaa2666b1074b0
0025432: Wrong result obtained by MakerVolume operator.

Changes:
class BOPTools_AlgoTools
static function:
Standard_Boolean FindPointInFace(const TopoDS_Face& aF,
                                 const gp_Pnt& aP,
                                 gp_Dir& aDB,
                                 gp_Pnt& aPOut,
                                 Handle(IntTools_Context)& theContext,
                                 GeomAPI_ProjectPointOnSurf& aProjPL,
                                 const Standard_Real aDt,
                                 const Standard_Real aTolE)

Binormal calculation starts from the point located outside the tolerance circle of the edge

Test case for issue CR25432

Correction of test cases for issue CR25432
src/BOPTools/BOPTools_AlgoTools.cxx
tests/boolean/bcut_complex/N9
tests/boolean/bfuse_complex/P1
tests/boolean/bopcommon_complex/J1 [changed mode: 0644->0755]
tests/bugs/modalg_2/bug472_3
tests/bugs/modalg_5/bug24154
tests/bugs/modalg_5/bug25432 [new file with mode: 0644]
tests/bugs/moddata_2/bug26_1
tests/bugs/moddata_2/bug26_2