Salome HOME
NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions. V3_2_6 V3_2_6pre5
authorjfa <jfa@opencascade.com>
Tue, 17 Apr 2007 06:41:56 +0000 (06:41 +0000)
committerjfa <jfa@opencascade.com>
Tue, 17 Apr 2007 06:41:56 +0000 (06:41 +0000)
src/GEOMImpl/GEOMImpl_BooleanDriver.cxx

index 4bf020b613f61545549e1b0ab13f0ea254538eaa..1449a1112b17800e33de8d6853f9bd3ede9c6adf 100644 (file)
@@ -232,6 +232,7 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute(TFunction_Logbook& log) const
 
     // perform FUSE operation
     else if (aType == BOOLEAN_FUSE) {
+      /* Fix for NPAL15379: refused
       // Check arguments
       TopTools_ListOfShape listShape1, listShape2;
       AddSimpleShapes(aShape1, listShape1);
@@ -305,6 +306,7 @@ Standard_Integer GEOMImpl_BooleanDriver::Execute(TFunction_Logbook& log) const
           }
         }
       }
+      */
 
       // Perform
       BRepAlgoAPI_Fuse BO (aShape1, aShape2);