Salome HOME
d7edad332fa10bff4daf53b00e1def2feb45e140
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_creating_meshes.doc
1 /*!
2
3 \page tui_creating_meshes_page Creating Meshes
4
5 \n First of all see \ref example_3d_mesh "Example of 3d mesh generation",
6  which is an example of good python script style for Mesh module.
7
8 <br>
9 <h2>Construction of a Mesh</h2>
10 \tui_script{creating_meshes_ex01.py}
11
12 <br>
13 \anchor tui_construction_submesh
14 <h2>Construction of a Submesh</h2>
15 \tui_script{creating_meshes_ex02.py}
16
17 <br>
18 <h2>Change priority of submeshes in Mesh</h2>
19 \tui_script{creating_meshes_ex03.py}
20
21 <br>
22 \anchor tui_editing_mesh
23 <h2>Editing of a mesh</h2>
24 \tui_script{creating_meshes_ex04.py}
25
26 <br>
27 \anchor tui_export_mesh
28 <h2>Export of a Mesh</h2>
29 \tui_script{creating_meshes_ex05.py}
30
31 <br>
32 <h2>How to mesh a cylinder with hexahedrons?</h2>
33 Here you can see an example of python script, creating a hexahedral
34 mesh on a cylinder. And a picture below the source code of the script,
35 demonstrating the resulting mesh.
36 \tui_script{creating_meshes_ex06.py}
37
38 \image html mesh_cylinder_hexa.png
39
40 <br>
41 \anchor tui_building_compound
42 <h2>Building a compound of meshes</h2>
43 \tui_script{creating_meshes_ex07.py}
44
45 <br>
46 \anchor tui_copy_mesh
47 <h2>Mesh Copying</h2>
48 \tui_script{creating_meshes_ex08.py}
49
50 */