Salome HOME
Merge from V6_main 11/02/2013
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_modifying_meshes.doc
1 /*!
2
3 \page tui_modifying_meshes_page Modifying Meshes
4
5 <br>
6 \anchor tui_adding_nodes_and_elements
7 <h2>Adding Nodes and Elements</h2>
8
9 <br>
10 \anchor tui_add_node
11 <h3>Add Node</h3>
12 \include modifying_meshes_ex01.py
13 <a href="../../examples/SMESH/modifying_meshes_ex01.py">Download this script</a>
14
15 <br>
16 \anchor tui_add_0DElement
17 <h3>Add 0D Element</h3>
18 \include modifying_meshes_ex02.py
19 <a href="../../examples/SMESH/modifying_meshes_ex02.py">Download this script</a>
20
21 <br>
22 \anchor tui_add_0DElement_on_all_nodes
23 <h3>Add 0D Element on Element Nodes</h3>
24 \include modifying_meshes_ex03.py
25 <a href="../../examples/SMESH/modifying_meshes_ex03.py">Download this script</a>
26
27 <br>
28 \anchor tui_add_edge
29 <h3>Add Edge</h3>
30 \include modifying_meshes_ex04.py
31 <a href="../../examples/SMESH/modifying_meshes_ex04.py">Download this script</a>
32
33 <br>
34 \anchor tui_add_triangle
35 <h3>Add Triangle</h3>
36 \include modifying_meshes_ex05.py
37 <a href="../../examples/SMESH/modifying_meshes_ex05.py">Download this script</a>
38
39 <br>
40 \anchor tui_add_quadrangle
41 <h3>Add Quadrangle</h3>
42 \include modifying_meshes_ex06.py
43 <a href="../../examples/SMESH/modifying_meshes_ex06.py">Download this script</a>
44
45 <br>
46 \anchor tui_add_tetrahedron
47 <h3>Add Tetrahedron</h3>
48 \include modifying_meshes_ex07.py
49 <a href="../../examples/SMESH/modifying_meshes_ex07.py">Download this script</a>
50
51 <br>
52 \anchor tui_add_hexahedron
53 <h3>Add Hexahedron</h3>
54 \include modifying_meshes_ex08.py
55 <a href="../../examples/SMESH/modifying_meshes_ex08.py">Download this script</a>
56
57 <br>
58 \anchor tui_add_polygon
59 <h3>Add Polygon</h3>
60 \include modifying_meshes_ex09.py
61 <a href="../../examples/SMESH/modifying_meshes_ex09.py">Download this script</a>
62
63 <br>
64 \anchor tui_add_polyhedron
65 <h3>Add Polyhedron</h3>
66 \include modifying_meshes_ex10.py
67 <a href="../../examples/SMESH/modifying_meshes_ex10.py">Download this script</a>
68
69 <br>
70 \anchor tui_removing_nodes_and_elements
71 <h2>Removing Nodes and Elements</h2>
72
73 <br>
74 \anchor tui_removing_nodes
75 <h3>Removing Nodes</h3>
76 \include modifying_meshes_ex11.py
77 <a href="../../examples/SMESH/modifying_meshes_ex11.py">Download this script</a>
78
79 <br>
80 \anchor tui_removing_elements
81 <h3>Removing Elements</h3>
82 \include modifying_meshes_ex12.py
83 <a href="../../examples/SMESH/modifying_meshes_ex12.py">Download this script</a>
84
85 <br>
86 \anchor tui_removing_orphan_nodes
87 <h3>Removing Orphan Nodes</h3>
88 \include modifying_meshes_ex13.py
89 <a href="../../examples/SMESH/modifying_meshes_ex13.py">Download this script</a>
90
91 <br>
92 \anchor tui_renumbering_nodes_and_elements
93 <h2>Renumbering Nodes and Elements</h2>
94 \include modifying_meshes_ex14.py
95 <a href="../../examples/SMESH/modifying_meshes_ex14.py">Download this script</a>
96
97 <br>
98 \anchor tui_moving_nodes
99 <h2>Moving Nodes</h2>
100 \include modifying_meshes_ex15.py
101 <a href="../../examples/SMESH/modifying_meshes_ex15.py">Download this script</a>
102
103 <br>
104 \anchor tui_diagonal_inversion
105 <h2>Diagonal Inversion</h2>
106 \include modifying_meshes_ex16.py
107 <a href="../../examples/SMESH/modifying_meshes_ex16.py">Download this script</a>
108
109 <br>
110 \anchor tui_uniting_two_triangles
111 <h2>Uniting two Triangles</h2>
112 \include modifying_meshes_ex17.py
113 <a href="../../examples/SMESH/modifying_meshes_ex17.py">Download this script</a>
114
115 <br>
116 \anchor tui_uniting_set_of_triangles
117 <h2>Uniting a Set of Triangles</h2>
118 \include modifying_meshes_ex18.py
119 <a href="../../examples/SMESH/modifying_meshes_ex18.py">Download this script</a>
120
121 <br>
122 \anchor tui_orientation
123 <h2>Orientation</h2>
124 \include modifying_meshes_ex19.py
125 <a href="../../examples/SMESH/modifying_meshes_ex19.py">Download this script</a>
126
127 <br>
128 \anchor tui_cutting_quadrangles
129 <h2>Cutting Quadrangles</h2>
130 \include modifying_meshes_ex20.py
131 <a href="../../examples/SMESH/modifying_meshes_ex20.py">Download this script</a>
132
133 <br>
134 \anchor tui_smoothing
135 <h2>Smoothing</h2>
136 \include modifying_meshes_ex21.py
137 <a href="../../examples/SMESH/modifying_meshes_ex21.py">Download this script</a>
138
139 <br>
140 \anchor tui_extrusion
141 <h2>Extrusion</h2>
142 \include modifying_meshes_ex22.py
143 <a href="../../examples/SMESH/modifying_meshes_ex22.py">Download this script</a>
144
145 <br>
146 \anchor tui_extrusion_along_path
147 <h2>Extrusion along a Path</h2>
148 \include modifying_meshes_ex23.py
149 <a href="../../examples/SMESH/modifying_meshes_ex23.py">Download this script</a>
150
151 <br>
152 \anchor tui_revolution
153 <h2>Revolution</h2>
154 \include modifying_meshes_ex24.py
155 <a href="../../examples/SMESH/modifying_meshes_ex24.py">Download this script</a>
156
157 <br>
158 \anchor tui_pattern_mapping
159 <h2>Pattern Mapping</h2>
160 \include modifying_meshes_ex25.py
161 <a href="../../examples/SMESH/modifying_meshes_ex25.py">Download this script</a>
162
163 <br>
164 \anchor tui_quadratic
165 <h2>Convert mesh to/from quadratic</h2>
166 \include modifying_meshes_ex26.py
167 <a href="../../examples/SMESH/modifying_meshes_ex26.py">Download this script</a>
168
169 */