Salome HOME
Update SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / removing_nodes_and_elements.doc
1 /*!
2
3 \page removing_nodes_and_elements_page Removing nodes and elements
4
5 \n In MESH you can remove nodes and all types of cells of your mesh.
6
7 <ul>
8 <li>\ref removing_nodes_anchor "Nodes"</li>
9 <li>\ref removing_elements_anchor "Elements"</li>
10 <li>\ref clear_mesh_anchor "Clear Mesh Data"</li>
11 </ul>
12
13 <br>
14 \anchor removing_nodes_anchor
15 <h2>Removing nodes</h2>
16
17 <em>To remove a node:</em>
18 <ol>
19 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
20
21 <li>From the Modification menu choose Remove and from the associated
22 submenu select the Remove nodes, or just click <em>"Remove nodes"</em>
23 button in the toolbar.
24
25 \image html image88.gif
26 <center><em>"Remove nodes" button</em></center>
27
28 The following dialog box will appear:
29
30 \image html removenodes.png
31
32 In this dialog box you can specify one or several nodes (with pressed
33 Shift button) by choosing them in the 3D viewer.
34 </li>
35 </ol>
36
37 \note Be careful while removing nodes because if you remove a definite
38 node of your mesh all adjacent elements will be also deleted.
39
40 <br>
41 \anchor removing_elements_anchor
42 <h2>Removing elements</h2>
43
44 <em>To remove an element:</em>
45 <ol>
46 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
47
48 <li>From the \b Modification menu choose \b Remove and from the
49 associated submenu select the Remove elements, or just click
50 <em>"Remove elements"</em> button in the toolbar.
51
52 \image html remove_elements_icon.png
53 <center><em>"Remove elements" button</em></center>
54
55 The following dialog box will appear:
56
57 \image html removeelements.png
58
59 In this dialog box you can specify one or several elements of your
60 mesh (with pressed Shift button) by choosing them in the 3D viewer.
61 </li>
62 <li>Click \b Apply or <b>Apply and Close</b> to confirm deletion of the specified elements.</li>
63 </ol>
64
65 \image html remove_nodes1.png "The initial mesh"
66
67 \image html remove_nodes2.png "The mesh with some elements removed" 
68
69 <br>
70 \anchor clear_mesh_anchor
71 <h2>Clearing Mesh Data</h2>
72
73 <em>To remove all nodes and all types of cells in your mesh at once:</em>
74 <ol>
75 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
76
77 <li>From the Modification menu choose Remove and from the associated
78 submenu select the Clear Mesh Data, or just click <em>"Clear Mesh Data"</em>
79 button in the toolbar. You can also right-click on the mesh in the
80 Object Browser and select Clear Mesh Data in the pop-up menu.
81 </ol>
82
83 \image html mesh_clear.png
84 <center><em>"Clear Mesh Data" button</em></center>
85
86
87 <br><b>See Also</b> a sample TUI Script of a 
88 \ref tui_removing_nodes_and_elements "Removing Nodes and Elements" operation.  
89
90 */
91