From: jfa Date: Tue, 17 Apr 2007 06:41:56 +0000 (+0000) Subject: NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions. X-Git-Tag: V3_2_6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2e77f1c4451dd5a9329677b9b4eb90b9ce9e653d;p=modules%2Fgeom.git NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions. --- diff --git a/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx b/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx index 4bf020b61..1449a1112 100644 --- a/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx @@ -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);