Salome HOME
22874: [CEA 1425] Performance SMESH Module
[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 \tui_script{modifying_meshes_ex01.py}
13
14 <br>
15 \anchor tui_add_0DElement
16 <h3>Add 0D Element</h3>
17 \tui_script{modifying_meshes_ex02.py}
18
19 <br>
20 \anchor tui_add_0DElement_on_all_nodes
21 <h3>Add 0D Element on Element Nodes</h3>
22 \tui_script{modifying_meshes_ex03.py}
23
24 <br>
25 \anchor tui_add_edge
26 <h3>Add Edge</h3>
27 \tui_script{modifying_meshes_ex04.py}
28
29 <br>
30 \anchor tui_add_triangle
31 <h3>Add Triangle</h3>
32 \tui_script{modifying_meshes_ex05.py}
33
34 <br>
35 \anchor tui_add_quadrangle
36 <h3>Add Quadrangle</h3>
37 \tui_script{modifying_meshes_ex06.py}
38
39 <br>
40 \anchor tui_add_tetrahedron
41 <h3>Add Tetrahedron</h3>
42 \tui_script{modifying_meshes_ex07.py}
43
44 <br>
45 \anchor tui_add_hexahedron
46 <h3>Add Hexahedron</h3>
47 \tui_script{modifying_meshes_ex08.py}
48
49 <br>
50 \anchor tui_add_polygon
51 <h3>Add Polygon</h3>
52 \tui_script{modifying_meshes_ex09.py}
53
54 <br>
55 \anchor tui_add_polyhedron
56 <h3>Add Polyhedron</h3>
57 \tui_script{modifying_meshes_ex10.py}
58
59 <br>
60 \anchor tui_removing_nodes_and_elements
61 <h2>Removing Nodes and Elements</h2>
62
63 <br>
64 \anchor tui_removing_nodes
65 <h3>Removing Nodes</h3>
66 \tui_script{modifying_meshes_ex11.py}
67
68 <br>
69 \anchor tui_removing_elements
70 <h3>Removing Elements</h3>
71 \tui_script{modifying_meshes_ex12.py}
72
73 <br>
74 \anchor tui_removing_orphan_nodes
75 <h3>Removing Orphan Nodes</h3>
76 \tui_script{modifying_meshes_ex13.py}
77
78 <br>
79 \anchor tui_renumbering_nodes_and_elements
80 <h2>Renumbering Nodes and Elements</h2>
81 \tui_script{modifying_meshes_ex14.py}
82
83 <br>
84 \anchor tui_moving_nodes
85 <h2>Moving Nodes</h2>
86 \tui_script{modifying_meshes_ex15.py}
87
88 <br>
89 \anchor tui_diagonal_inversion
90 <h2>Diagonal Inversion</h2>
91 \tui_script{modifying_meshes_ex16.py}
92
93 <br>
94 \anchor tui_uniting_two_triangles
95 <h2>Uniting two Triangles</h2>
96 \tui_script{modifying_meshes_ex17.py}
97
98 <br>
99 \anchor tui_uniting_set_of_triangles
100 <h2>Uniting a Set of Triangles</h2>
101 \tui_script{modifying_meshes_ex18.py}
102
103 <br>
104 \anchor tui_orientation
105 <h2>Orientation</h2>
106 \tui_script{modifying_meshes_ex19.py}
107
108 <br>
109 \anchor tui_cutting_quadrangles
110 <h2>Cutting Quadrangles</h2>
111 \tui_script{modifying_meshes_ex20.py}
112
113 <br>
114 \anchor tui_smoothing
115 <h2>Smoothing</h2>
116 \tui_script{modifying_meshes_ex21.py}
117
118 <br>
119 \anchor tui_extrusion
120 <h2>Extrusion</h2>
121 \tui_script{modifying_meshes_ex22.py}
122
123 <br>
124 \anchor tui_extrusion_along_path
125 <h2>Extrusion along a Path</h2>
126 \tui_script{modifying_meshes_ex23.py}
127
128 <br>
129 \anchor tui_revolution
130 <h2>Revolution</h2>
131 \tui_script{modifying_meshes_ex24.py}
132
133 <br>
134 \anchor tui_pattern_mapping
135 <h2>Pattern Mapping</h2>
136 \tui_script{modifying_meshes_ex25.py}
137
138 <br>
139 \anchor tui_quadratic
140 <h2>Convert mesh to/from quadratic</h2>
141 \tui_script{modifying_meshes_ex26.py}
142
143 */