occt: master 393598eb

Author Committer Branch Timestamp Parent
pkv bugmaster master 2014-11-21 10:44:01 master 7da00517
Changeset 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
mod - src/BOPTools/BOPTools_AlgoTools.cxx Diff File
mod - tests/boolean/bcut_complex/N9 Diff File
mod - tests/boolean/bfuse_complex/P1 Diff File
mod - tests/bugs/modalg_2/bug472_3 Diff File
mod - tests/bugs/modalg_5/bug24154 Diff File
add - tests/bugs/modalg_5/bug25432 Diff File
mod - tests/bugs/moddata_2/bug26_1 Diff File
mod - tests/bugs/moddata_2/bug26_2 Diff File