mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-09 20:43:07 +05:00
#29939 [CEA 29936] mesh is not updated if it's based on ShaperResults group
This commit is contained in:
parent
41ad074a84
commit
590bf8d9fc
@ -2415,8 +2415,10 @@ void SMESH_Mesh_i::CheckGeomModif( bool theIsBreakLink )
|
||||
{
|
||||
smIdType nb = NbNodes() + NbElements();
|
||||
CheckGeomGroupModif();
|
||||
if ( nb != NbNodes() + NbElements() ) // something removed due to hypotheses change
|
||||
bool updated = ( nb != NbNodes() + NbElements() );
|
||||
if ( updated ) // something removed due to hypotheses change
|
||||
_gen_i->UpdateIcons( me );
|
||||
if ( updated == geomChanged || nb == 0 )
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user