Salome HOME
0022338: EDF GEOM: Regression when partitoning a compound by a plane
[modules/geom.git] / src / AdvancedEngine / GEOMImpl_IAdvancedOperations.cxx
index 36961c7e6d55b70655173257e3328030ee5c51b4..065776d637d19a42c1fc90d44602b22e8efd9623 100644 (file)
@@ -1574,7 +1574,7 @@ bool GEOMImpl_IAdvancedOperations::MakePipeTShapePartition(Handle(GEOM_Object) t
 
     Te3 = myBooleanOperations->MakePartition
               (partitionShapes, theTools, theKeepInside, theRemoveInside,
-              TopAbs_SOLID, false, theMaterials, 0, false);
+              TopAbs_SOLID, false, theMaterials, 0, false, Standard_False);
     if (Te3.IsNull()) {
       SetErrorCode("Impossible to build partition of TShape");
       return false;