mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-05 12:28:26 +05:00
fix PAL10974. Call CleanDependants() instead of
RemoveSubMeshElementsAndNodes() before algo->Compute()
This commit is contained in:
parent
d81b4f8f21
commit
493903908d
@ -1244,7 +1244,8 @@ bool SMESH_subMesh::ComputeStateEngine(int event)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// compute
|
// compute
|
||||||
RemoveSubMeshElementsAndNodes();
|
CleanDependants();
|
||||||
|
//RemoveSubMeshElementsAndNodes();
|
||||||
//removeSubMesh( _meshDS, _subShape );
|
//removeSubMesh( _meshDS, _subShape );
|
||||||
if (!algo->NeedDescretBoundary() && !algo->OnlyUnaryInput())
|
if (!algo->NeedDescretBoundary() && !algo->OnlyUnaryInput())
|
||||||
ret = ApplyToCollection( algo, GetCollection( gen, algo ) );
|
ret = ApplyToCollection( algo, GetCollection( gen, algo ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user