]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
authoreap <eap@opencascade.com>
Mon, 26 May 2008 14:06:14 +0000 (14:06 +0000)
committereap <eap@opencascade.com>
Mon, 26 May 2008 14:06:14 +0000 (14:06 +0000)
doc/salome/gui/SMESH/input/removing_nodes_and_elements.doc

index 87353f52a80a8eca15fad0456a4f727d47ce4cf9..a9fb5c7f3519d53fb67ca343b7c5b0202655d334 100644 (file)
@@ -7,6 +7,7 @@
 <ul>
 <li>\ref removing_nodes_anchor "Nodes"</li>
 <li>\ref removing_elements_anchor "Elements"</li>
+<li>\ref clear_mesh_anchor "Clear Mesh Data"</li>
 </ul>
 
 <br>
@@ -69,6 +70,25 @@ mesh (with pressed Shift button) by choosing them in the 3D viewer.
 
 \image html remove_elements2.png
 
+
+<br>
+\anchor clear_mesh_anchor
+<h2>Clearing Mesh Data</h2>
+
+<em>To remove all nodes and all types of cells in your mesh at once:</em>
+<ol>
+<li>Select your mesh in the Object Browser or in the 3D viewer.</li>
+
+<li>From the Modification menu choose Remove and from the associated
+submenu select the Clear Mesh Data, or just click <em>"Clear Mesh Data"</em>
+button in the toolbar. You can also right-click on the mesh in the
+Object Browser and select Clear Mesh Data in the pop-up menu.
+</ol>
+
+\image html mesh_clear.png
+<center><em>"Clear Mesh Data" button</em></center>
+
+
 <br><b>See Also</b> a sample TUI Script of a 
 \ref tui_removing_nodes_and_elements "Removing Nodes and Elements" operation.