mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 03:50:35 +05:00
Fix problem with partition (patch from PKV)
This commit is contained in:
parent
6ac3c0b187
commit
6ab4ad8df1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user