Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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 </ul>
11
12 <br>
13 \anchor removing_nodes_anchor
14 <h2>Removing nodes</h2>
15
16 <em>To remove a node:</em>
17 <ol>
18 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
19
20 <li>From the Modification menu choose Remove and from the associated
21 submenu select the Remove nodes, or just click <em>"Remove nodes"</em>
22 button in the toolbar.
23
24 \image html image88.gif
25 <center><em>"Remove nodes" button</em></center>
26
27 The following dialog box will appear:
28
29 \image html removenodes.png
30
31 In this dialog box you can specify one or several nodes (with pressed
32 Shift button) by choosing them in the 3D viewer.
33 </li>
34 </ol>
35
36 \note Be careful while removing nodes because if you remove a definite
37 node of your mesh all adjacent elements will be also deleted.
38
39 \image html remove_nodes1.png
40
41 \image html remove_nodes2.png
42
43 <br>
44 \anchor removing_elements_anchor
45 <h2>Removing elements</h2>
46
47 <em>To remove an element:</em>
48 <ol>
49 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
50
51 <li>From the \b Modification menu choose \b Remove and from the
52 associated submenu select the Remove elements, or just click
53 <em>"Remove elements"</em> button in the toolbar.
54
55 \image html remove_elements_icon.png
56 <center><em>"Remove elements" button</em></center>
57
58 The following dialog box will appear:
59
60 \image html removeelements.png
61
62 In this dialog box you can specify one or several elements of your
63 mesh (with pressed Shift button) by choosing them in the 3D viewer.
64 </li>
65 <li>Click OK or Apply  to confirm deletion of the specified elements.</li>
66 </ol>
67
68 \image html remove_elements1.png
69
70 \image html remove_elements2.png
71
72 <br><b>See Also</b> a sample TUI Script of a 
73 \ref tui_removing_nodes_and_elements "Removing Nodes and Elements" operation.  
74
75 */
76