]> OCCT Git - occt.git/commitdiff
0025920: BRepAlgoAPI_Fuse makes invalid result
authormsv <msv@opencascade.com>
Mon, 21 Nov 2016 08:24:23 +0000 (11:24 +0300)
committerapn <apn@opencascade.com>
Wed, 23 Nov 2016 10:13:11 +0000 (13:13 +0300)
The command OCC426 for test case bugs modalg_2 bug426 has been modified in order to make the test passed. The modification concerns only the old Boolean operation branch (BRepAlgo_Fuse).

src/QABugs/QABugs_10.cxx

index dc58ec50d14c69140b02900b3c158b2fda591e08..0195192461661855a4c97a8ac07ede1002bf3723 100644 (file)
@@ -127,7 +127,7 @@ static Standard_Integer OCC426 (Draw_Interpretor& di, Standard_Integer argc, con
     di << "fuse32 = BRepAlgo_Fuse(rs3, rs2)\n";
     di << "fuse321 = BRepAlgo_Fuse(fuse32, rs1)\n";
     fuse32 = BRepAlgo_Fuse(rs3, rs2);
-    fuse321 = BRepAlgo_Fuse(fuse32, rs1);
+    fuse321 = BRepAlgo_Fuse(rs1, fuse32);
   }
 
   //Give the mass claculation of the shpae "fuse321"