]> OCCT Git - occt.git/commit
0025432: Wrong result obtained by MakerVolume operator.
authorpkv <pkv@opencascade.com>
Fri, 21 Nov 2014 10:44:01 +0000 (13:44 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 21 Nov 2014 10:44:45 +0000 (13:44 +0300)
commit393598ebd6064589577e9afff396e9b2104c8d69
tree5586b7814beadaabe1d788a0124ce45dfe30738f
parent7da00517d406b02579303a2e965b0dac06bc56b4
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