Salome HOME
Merge from V6_main 11/02/2013
[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 \include creating_meshes_ex01.py
11 <a href="../../examples/SMESH/creating_meshes_ex01.py">Download this script</a>
12
13 <br>
14 \anchor tui_construction_submesh
15 <h2>Construction of a Submesh</h2>
16 \include creating_meshes_ex02.py
17 <a href="../../examples/SMESH/creating_meshes_ex02.py">Download this script</a>
18
19 <br>
20 <h2>Change priority of submeshes in Mesh</h2>
21 \include creating_meshes_ex03.py
22 <a href="../../examples/SMESH/creating_meshes_ex03.py">Download this script</a>
23
24 <br>
25 \anchor tui_editing_mesh
26 <h2>Editing of a mesh</h2>
27 \include creating_meshes_ex04.py
28 <a href="../../examples/SMESH/creating_meshes_ex04.py">Download this script</a>
29
30 <br>
31 \anchor tui_export_mesh
32 <h2>Export of a Mesh</h2>
33 \include creating_meshes_ex05.py
34 <a href="../../examples/SMESH/creating_meshes_ex05.py">Download this script</a>
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 \include creating_meshes_ex06.py
42 <a href="../../examples/SMESH/creating_meshes_ex06.py">Download this script</a>
43
44 \image html mesh_cylinder_hexa.png
45
46 <br>
47 \anchor tui_building_compound
48 <h2>Building a compound of meshes</h2>
49 \include creating_meshes_ex07.py
50 <a href="../../examples/SMESH/creating_meshes_ex07.py">Download this script</a>
51
52 <br>
53 \anchor tui_copy_mesh
54 <h2>Mesh Copying</h2>
55 \include creating_meshes_ex08.py
56 <a href="../../examples/SMESH/creating_meshes_ex08.py">Download this script</a>
57
58 */