Salome HOME
0022338: implement check self-intersection option for boolean operations
[modules/geom.git] / src / AdvancedEngine / GEOMImpl_IAdvancedOperations.cxx
index 974f0e13df277a41f4110916804797be01c94f3c..36961c7e6d55b70655173257e3328030ee5c51b4 100644 (file)
@@ -322,7 +322,8 @@ bool GEOMImpl_IAdvancedOperations::MakeGroups(Handle(GEOM_Object) theShape, int
   aBox->GetLastFunction()->SetDescription("");
   aShell->GetLastFunction()->SetDescription("");
   // Get the common shapes between shell and shape
-  Handle(GEOM_Object) aCommonCompound = myBooleanOperations->MakeBoolean (theShape, aShell, 1); // MakeCommon
+  Handle(GEOM_Object) aCommonCompound = myBooleanOperations->MakeBoolean
+                            (theShape, aShell, 1, Standard_False); // MakeCommon
   if (aCommonCompound.IsNull()) {
     SetErrorCode(myBooleanOperations->GetErrorCode());
     return false;