Salome HOME
Issue #2386: New build features: Solid, Compsolid, Compound
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_MakeVolume.cpp
index 0dc7ef9a777572eee9370915a64d495d6c52c0c4..c942dd1cb4bb102c3e648fcf0ad134d3c73827e5 100644 (file)
@@ -68,7 +68,7 @@ void GeomAlgoAPI_MakeVolume::build(const ListOfShape& theFaces)
 #ifdef USE_OCCT_720
   aVolumeMaker->SetAvoidInternalShapes(true);
 #endif
-  aVolumeMaker->SetGlue(BOPAlgo_GlueShift);
+  aVolumeMaker->SetGlue(BOPAlgo_GlueOff);
 
   // building and getting result
   aVolumeMaker->Perform();