From 6ab4ad8df13ed1a90c6573b832638b82b1874dbf Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 4 Sep 2008 13:47:32 +0000 Subject: [PATCH] Fix problem with partition (patch from PKV) --- src/GEOMAlgo/GEOMAlgo_BuilderSolid.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.2