]> OCCT Git - occt.git/commit
0025838: Wrong result obtained by General Fuse operator.
authorpkv <pkv@opencascade.com>
Thu, 19 Feb 2015 12:02:32 +0000 (15:02 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 19 Feb 2015 12:03:26 +0000 (15:03 +0300)
commit59f520585bb4cf95945a529df82298ca946cdf3c
treead0243c7f57d85dfb6bb19663f2f57ba9532ae92
parente002f1ce5bc1aaff13671ce20296209f1d1e4cc4
0025838: Wrong result obtained by General Fuse operator.

Changes:
class BOPTools_AlgoTools
method:
   Standard_Boolean BOPTools_AlgoTools::GetFaceOff
  (const TopoDS_Edge& theE1,
   const TopoDS_Face& theF1,
   BOPTools_ListOfCoupleOfShape& theLCSOff,
   TopoDS_Face& theFOff,
   Handle(IntTools_Context)& theContext)
   has been changed.
   The comparison of the angles done with the angular tolerance value

Test case for issue CR25838
src/BOPTools/BOPTools_AlgoTools.cxx
tests/bugs/modalg_5/bug25838 [new file with mode: 0644]