0025818: IntTools_FaceFace throws Standard_ConstructionError with two unbounded planes
authorpkv <pkv@opencascade.com>
Thu, 5 Mar 2015 12:02:49 +0000 (15:02 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 5 Mar 2015 12:48:54 +0000 (15:48 +0300)
commit9a5a19e98f025ef0c955b01408d2a7b23b5679ba
treec5eafa358078cdbacbb4781306ba063cc75509ed
parentef237d732d1907f1fac3624ef698457a1a83a09f
0025818: IntTools_FaceFace throws Standard_ConstructionError with two unbounded planes

Changes:
class IntTools_FaceFace
    - method:
 void IntTools_FaceFace::Perform(const TopoDS_Face& aF1,
                                const TopoDS_Face& aF2)
The treatment of infinite planes was corrected.

Test case for issue CR25818
src/IntTools/IntTools_FaceFace.cxx
tests/bugs/modalg_5/bug25818 [new file with mode: 0755]