From 2e77f1c4451dd5a9329677b9b4eb90b9ce9e653d Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 17 Apr 2007 06:41:56 +0000 Subject: [PATCH] NPAL15379: Fuse error with partitionned shape. Roll back the fix because of regressions. --- src/GEOMImpl/GEOMImpl_BooleanDriver.cxx | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2