mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
[bos #42217][EDF 28921] Horseshoe with bodyfitting. Commented open edges capping because of producing null nodes.
This commit is contained in:
parent
a605c12d81
commit
37de8d765a
@ -3509,15 +3509,15 @@ bool Hexahedron::_volumeDef::fixOpenEdgesPolygons()
|
||||
if (edgesByPolygon.empty())
|
||||
return false;
|
||||
|
||||
const bool wasCapped = capOpenEdgesPolygons(edgesByPolygon);
|
||||
if (wasCapped)
|
||||
{
|
||||
// The volume's geometry was changed, we need to collect edges again
|
||||
edgesByPolygon = findOpenEdges();
|
||||
}
|
||||
// const bool wasCapped = capOpenEdgesPolygons(edgesByPolygon);
|
||||
// if (wasCapped)
|
||||
// {
|
||||
// // The volume's geometry was changed, we need to collect edges again
|
||||
// edgesByPolygon = findOpenEdges();
|
||||
// }
|
||||
|
||||
const bool wasRemoved = removeOpenEdgesPolygons(edgesByPolygon);
|
||||
if (!wasCapped && !wasRemoved)
|
||||
if (/* !wasCapped && */!wasRemoved)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user