Fix problem with partition (patch from PKV)

This commit is contained in:
vsr 2008-09-04 13:47:32 +00:00
parent 6ac3c0b187
commit 6ab4ad8df1

View File

@ -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;
}