mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 21:10:33 +05:00
0021177: EDF 1563 SMESH: Preview of mesh during a modification
update preview when action changes ( move <-> copy )
This commit is contained in:
parent
08e8bc3016
commit
f27d39d23d
@ -967,6 +967,7 @@ void SMESHGUI_RotationDlg::onActionClicked(int button)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
setNewMeshName();
|
setNewMeshName();
|
||||||
|
toDisplaySimulation();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
@ -964,6 +964,7 @@ void SMESHGUI_ScaleDlg::onActionClicked(int button)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
setNewMeshName();
|
setNewMeshName();
|
||||||
|
toDisplaySimulation();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
@ -1044,6 +1044,7 @@ void SMESHGUI_SymmetryDlg::onActionClicked(int button)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
setNewMeshName();
|
setNewMeshName();
|
||||||
|
toDisplaySimulation();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
@ -1005,6 +1005,7 @@ void SMESHGUI_TranslationDlg::onActionClicked(int button)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
setNewMeshName();
|
setNewMeshName();
|
||||||
|
toDisplaySimulation();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user