mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
IPAL21346 After Quadrangle Algorithm failed, visualisation of mesh is bad. Regress to 5.1.2
This commit is contained in:
parent
067947492f
commit
a448c25876
@ -947,6 +947,12 @@ SMESH_Hypothesis::Hypothesis_Status
|
||||
break;
|
||||
}
|
||||
case REMOVE_FATHER_ALGO: {
|
||||
// IPAL21346. Edges not removed when Netgen 1d-2d is removed from a SOLID.
|
||||
// CLEAN was not called at event REMOVE_ALGO because the algo is not applicable to SOLID.
|
||||
algo = dynamic_cast<SMESH_Algo*> (anHyp);
|
||||
if (!algo->NeedDescretBoundary())
|
||||
needFullClean = true;
|
||||
|
||||
algo = gen->GetAlgo((*_father), _subShape);
|
||||
if (algo == NULL) // no more applying algo on father
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user