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