]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix problem with partition (patch from PKV)
authorvsr <vsr@opencascade.com>
Thu, 4 Sep 2008 13:47:32 +0000 (13:47 +0000)
committervsr <vsr@opencascade.com>
Thu, 4 Sep 2008 13:47:32 +0000 (13:47 +0000)
src/GEOMAlgo/GEOMAlgo_BuilderSolid.cxx

index cecfa38a822bb3f8ad0a7b9ebcd23a32862ff978..c709705e7df760024147c217e9416d4ea661ca09 100755 (executable)
@@ -813,9 +813,11 @@ Standard_Boolean IsClosedShell(const TopoDS_Shell& theShell)
       if (BRep_Tool::Degenerated(aE)) {
        continue;
       }
+      /*
       if (BRep_Tool::IsClosed(aE, aF)) {
        continue;
       }
+      */
       if (aE.Orientation()==TopAbs_INTERNAL) {
        continue;
       }