Salome HOME
NPAL18084: add a new simply sample of GEOM/SMESH. Correct error.
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_creating_meshes.doc
index 087b2de259071156ec3d23ba543d44649629cee9..f174e863ff0527f4acb00e93d6e02ab7a83d7d16 100644 (file)
@@ -2,7 +2,7 @@
 
 \page tui_creating_meshes_page Creating Meshes
 
-\n First of all see \ref tui_creating_meshes_page "Example of 3d mesh generation",
+\n First of all see \ref introduction_to_mesh_python_page "Example of 3d mesh generation",
  which is an example of good python script style for Mesh module.
 
 <br>
@@ -172,4 +172,13 @@ tetra.Compute()
 tetra.ExportMED("/tmp/meshMED.med", 0)
 \endcode
 
+<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.
+\include ex24_cylinder.py
+
+\image html mesh_cylinder_hexa.png
+
 */