Salome HOME
0021177: EDF 1563 SMESH: Preview of mesh during a modification
authoreap <eap@opencascade.com>
Fri, 11 Mar 2011 16:46:37 +0000 (16:46 +0000)
committereap <eap@opencascade.com>
Fri, 11 Mar 2011 16:46:37 +0000 (16:46 +0000)
update preview when action changes ( move <-> copy )

src/SMESHGUI/SMESHGUI_RotationDlg.cxx
src/SMESHGUI/SMESHGUI_ScaleDlg.cxx
src/SMESHGUI/SMESHGUI_SymmetryDlg.cxx
src/SMESHGUI/SMESHGUI_TranslationDlg.cxx

index 5daf12be1ace52f58bebca169e5e04d1b7e40f44..ab5b63733c0596656947260bac266bfd35f99242 100644 (file)
@@ -967,6 +967,7 @@ void SMESHGUI_RotationDlg::onActionClicked(int button)
     break;
   }
   setNewMeshName();
+  toDisplaySimulation();
 }
 
 //=======================================================================
index b22b1f52af0d6f4c9ea5c0c68e69111398b56a98..faf385d633d2648d59d833d0d72e4afab890d3a1 100644 (file)
@@ -964,6 +964,7 @@ void SMESHGUI_ScaleDlg::onActionClicked(int button)
     break;
   }
   setNewMeshName();
+  toDisplaySimulation();
 }
 
 //=======================================================================
index 986416d1479064e9369b44ad1a74d4c89e08d21a..e0437bd8e45504312fb173a1a066f34d8531bb27 100644 (file)
@@ -1044,6 +1044,7 @@ void SMESHGUI_SymmetryDlg::onActionClicked(int button)
     break;
   }
   setNewMeshName();
+  toDisplaySimulation();
 }
 
 //=======================================================================
index 5ec665216fa77d72d67e38cbe97dcf641e5abd7f..4f403d6ad5ff3f8cfc53c862255ac3b4f4f7cf1f 100644 (file)
@@ -1005,6 +1005,7 @@ void SMESHGUI_TranslationDlg::onActionClicked(int button)
     break;
   }
   setNewMeshName();
+  toDisplaySimulation();
 }
 
 //=======================================================================