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

52 lines
1.3 KiB
Plaintext
Raw Normal View History

/*!
\page tui_creating_meshes_page Creating Meshes
\tableofcontents
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>
\section construction_of_a_mesh Construction of a mesh
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex01.py}
<br>
\section tui_construction_submesh Construction of a sub-mesh
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex02.py}
2012-08-09 16:03:55 +06:00
<br>
\section change_priority_of_submeshes_in_mesh Change priority of sub-meshes in mesh
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex03.py}
2012-08-09 16:03:55 +06:00
2014-11-07 18:51:28 +05:00
<br>
\section tui_editing_while_meshing Intermediate edition while meshing
2014-11-07 18:51:28 +05:00
\tui_script{a3DmeshOnModified2Dmesh.py}
<br>
\section tui_editing_mesh Editing a mesh
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex04.py}
<br>
\section tui_export_mesh Export of a Mesh
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex05.py}
<br>
\section how_to_mesh_a_cylinder_with_hexahedrons How to mesh a cylinder with hexahedrons?
Here you can see an example of python script, creating a hexahedral
mesh on a cylinder. A picture below the source code of the script
demonstrates the resulting mesh.
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex06.py}
\image html mesh_cylinder_hexa.png
2009-02-17 10:27:49 +05:00
<br>
\section tui_building_compound Building a compound of meshes
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex07.py}
2009-02-17 10:27:49 +05:00
2012-08-09 16:03:55 +06:00
<br>
\section tui_copy_mesh Mesh Copying
2013-02-28 21:07:35 +06:00
\tui_script{creating_meshes_ex08.py}
2012-08-09 16:03:55 +06:00
*/