smesh/doc/salome/gui/SMESH/input/tui_creating_meshes.doc

59 lines
1.7 KiB
Plaintext
Raw Normal View History

/*!
\page tui_creating_meshes_page Creating Meshes
2012-08-09 16:03:55 +06:00
\n First of all see \ref example_3d_mesh "Example of 3d mesh generation",
which is an example of good python script style for Mesh module.
<br>
<h2>Construction of a Mesh</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex01.py
<a href="../../examples/SMESH/creating_meshes_ex01.py">Download this script</a>
<br>
\anchor tui_construction_submesh
<h2>Construction of a Submesh</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex02.py
<a href="../../examples/SMESH/creating_meshes_ex02.py">Download this script</a>
2012-08-09 16:03:55 +06:00
<br>
<h2>Change priority of submeshes in Mesh</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex03.py
<a href="../../examples/SMESH/creating_meshes_ex03.py">Download this script</a>
2012-08-09 16:03:55 +06:00
<br>
\anchor tui_editing_mesh
<h2>Editing of a mesh</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex04.py
<a href="../../examples/SMESH/creating_meshes_ex04.py">Download this script</a>
<br>
\anchor tui_export_mesh
<h2>Export of a Mesh</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex05.py
<a href="../../examples/SMESH/creating_meshes_ex05.py">Download this script</a>
<br>
<h2>How to mesh a cylinder with hexahedrons?</h2>
Here you can see an example of python script, creating a hexahedral
mesh on a cylinder. And a picture below the source code of the script,
demonstrating the resulting mesh.
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex06.py
<a href="../../examples/SMESH/creating_meshes_ex06.py">Download this script</a>
\image html mesh_cylinder_hexa.png
2009-02-17 10:27:49 +05:00
<br>
\anchor tui_building_compound
<h2>Building a compound of meshes</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex07.py
<a href="../../examples/SMESH/creating_meshes_ex07.py">Download this script</a>
2009-02-17 10:27:49 +05:00
2012-08-09 16:03:55 +06:00
<br>
\anchor tui_copy_mesh
<h2>Mesh Copying</h2>
2013-02-12 20:37:44 +06:00
\include creating_meshes_ex08.py
<a href="../../examples/SMESH/creating_meshes_ex08.py">Download this script</a>
2012-08-09 16:03:55 +06:00
*/