]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Left only solids after Multi Transformation.
authorjfa <jfa@opencascade.com>
Mon, 16 Jul 2007 07:17:10 +0000 (07:17 +0000)
committerjfa <jfa@opencascade.com>
Mon, 16 Jul 2007 07:17:10 +0000 (07:17 +0000)
src/GEOMImpl/GEOMImpl_BlockDriver.cxx

index 5ecfa98a97408eec2faead201107a46bfdc7af46..2efdd7ca2cf2df02030a47fd8fb108c56f72d477 100644 (file)
@@ -545,7 +545,7 @@ Standard_Integer GEOMImpl_BlockDriver::Execute(TFunction_Logbook& log) const
         }
 
         // 5. Glue Faces
-        aShape = GEOMImpl_GlueDriver::GlueFaces(aComp, Precision::Confusion());
+        aShape = GEOMImpl_GlueDriver::GlueFaces(aComp, Precision::Confusion(), Standard_False);
       }
 
     } else if (aType == BLOCK_MULTI_TRANSFORM_1D ||
@@ -651,7 +651,7 @@ Standard_Integer GEOMImpl_BlockDriver::Execute(TFunction_Logbook& log) const
       }
 
       // Glue faces of the multi-block
-      aShape = GEOMImpl_GlueDriver::GlueFaces(aMulti, aTol);
+      aShape = GEOMImpl_GlueDriver::GlueFaces(aMulti, aTol, Standard_False);
 
     } else { // unknown function type
       return 0;