Salome HOME
984616457c7ff2b93f5bde86d206e9f2f0962671
[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_while_meshing
23 <h2>Intermediate edition while meshing</h2>
24 \tui_script{a3DmeshOnModified2Dmesh.py}
25
26 <br>
27 \anchor tui_editing_mesh
28 <h2>Editing a mesh</h2>
29 \tui_script{creating_meshes_ex04.py}
30
31 <br>
32 \anchor tui_export_mesh
33 <h2>Export of a Mesh</h2>
34 \tui_script{creating_meshes_ex05.py}
35
36 <br>
37 <h2>How to mesh a cylinder with hexahedrons?</h2>
38 Here you can see an example of python script, creating a hexahedral
39 mesh on a cylinder. And a picture below the source code of the script,
40 demonstrating the resulting mesh.
41 \tui_script{creating_meshes_ex06.py}
42
43 \image html mesh_cylinder_hexa.png
44
45 <br>
46 \anchor tui_building_compound
47 <h2>Building a compound of meshes</h2>
48 \tui_script{creating_meshes_ex07.py}
49
50 <br>
51 \anchor tui_copy_mesh
52 <h2>Mesh Copying</h2>
53 \tui_script{creating_meshes_ex08.py}
54
55 */