mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Addition and removal of hypotheses modifies the mesh
+ GetMeshDS()->Modified();
This commit is contained in:
parent
95fb8be9ca
commit
e5ac48bcf7
@ -524,6 +524,8 @@ SMESH_Hypothesis::Hypothesis_Status
|
|||||||
}
|
}
|
||||||
HasModificationsToDiscard(); // to reset _isModified flag if a mesh becomes empty
|
HasModificationsToDiscard(); // to reset _isModified flag if a mesh becomes empty
|
||||||
|
|
||||||
|
GetMeshDS()->Modified();
|
||||||
|
|
||||||
if(MYDEBUG) subMesh->DumpAlgoState(true);
|
if(MYDEBUG) subMesh->DumpAlgoState(true);
|
||||||
if(MYDEBUG) SCRUTE(ret);
|
if(MYDEBUG) SCRUTE(ret);
|
||||||
return ret;
|
return ret;
|
||||||
@ -597,6 +599,8 @@ SMESH_Hypothesis::Hypothesis_Status
|
|||||||
|
|
||||||
HasModificationsToDiscard(); // to reset _isModified flag if mesh become empty
|
HasModificationsToDiscard(); // to reset _isModified flag if mesh become empty
|
||||||
|
|
||||||
|
GetMeshDS()->Modified();
|
||||||
|
|
||||||
if(MYDEBUG) subMesh->DumpAlgoState(true);
|
if(MYDEBUG) subMesh->DumpAlgoState(true);
|
||||||
if(MYDEBUG) SCRUTE(ret);
|
if(MYDEBUG) SCRUTE(ret);
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user