Salome HOME
Merge from BR_V5_DEV 16Feb09
[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
33 <ul>
34 <li>Choosing them manually with the mouse in the 3D Viewer. You can
35 click on a node in the 3D viewer and it will be highlighted</li>
36 <li>Applying Filters. The <b>Set filter</b> button allows to apply a
37 definite filter to selection of the nodes. See more
38 about filters on the
39 \ref selection_filter_library_page "Selection filter library" page.</li>
40 </ul>
41 </li>
42 </ol>
43
44 \note Be careful while removing nodes because if you remove a definite
45 node of your mesh all adjacent elements will be also deleted.
46
47 <br>
48 \anchor removing_elements_anchor
49 <h2>Removing elements</h2>
50
51 <em>To remove an element:</em>
52 <ol>
53 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
54
55 <li>From the \b Modification menu choose \b Remove and from the
56 associated submenu select the Remove elements, or just click
57 <em>"Remove elements"</em> button in the toolbar.
58
59 \image html remove_elements_icon.png
60 <center><em>"Remove elements" button</em></center>
61
62 The following dialog box will appear:
63
64 \image html removeelements.png
65
66 In this dialog box you can specify one or several elements
67 <ul>
68 <li>Choosing them manually with the mouse in the 3D Viewer. You can
69 click on an element in the 3D viewer and it will be highlighted</li>
70 <li>Applying Filters. The <b>Set filter</b> button allows to apply a
71 definite filter to selection of the elements. See more
72 about filters on the
73 \ref selection_filter_library_page "Selection filter library" page.</li>
74 </ul>
75 </li>
76 <li>Click \b Apply or <b>Apply and Close</b> to confirm deletion of the specified elements.</li>
77 </ol>
78
79 \image html remove_nodes1.png "The initial mesh"
80
81 \image html remove_nodes2.png "The mesh with some elements removed" 
82
83 <br>
84 \anchor clear_mesh_anchor
85 <h2>Clearing Mesh Data</h2>
86
87 <em>To remove all nodes and all types of cells in your mesh at once:</em>
88 <ol>
89 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
90
91 <li>From the Modification menu choose Remove and from the associated
92 submenu select the Clear Mesh Data, or just click <em>"Clear Mesh Data"</em>
93 button in the toolbar. You can also right-click on the mesh in the
94 Object Browser and select Clear Mesh Data in the pop-up menu.
95 </ol>
96
97 \image html mesh_clear.png
98 <center><em>"Clear Mesh Data" button</em></center>
99
100
101 <br><b>See Also</b> a sample TUI Script of a 
102 \ref tui_removing_nodes_and_elements "Removing Nodes and Elements" operation.  
103
104 */
105