From: vsr Date: Thu, 4 Sep 2008 13:47:32 +0000 (+0000) Subject: Fix problem with partition (patch from PKV) X-Git-Tag: V5_1_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6ab4ad8df13ed1a90c6573b832638b82b1874dbf;p=modules%2Fgeom.git Fix problem with partition (patch from PKV) --- diff --git a/src/GEOMAlgo/GEOMAlgo_BuilderSolid.cxx b/src/GEOMAlgo/GEOMAlgo_BuilderSolid.cxx index cecfa38a8..c709705e7 100755 --- a/src/GEOMAlgo/GEOMAlgo_BuilderSolid.cxx +++ b/src/GEOMAlgo/GEOMAlgo_BuilderSolid.cxx @@ -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; }