Salome HOME
NPAL18084: add a new simple sample of GEOM/SMESH.
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_creating_meshes.doc
index 087b2de259071156ec3d23ba543d44649629cee9..25bf50268374945cbb0151688e1e2df4652f36b5 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 /dn20/salome/jfa/V4/SRC/SMESH_SRC/src/SMESH_SWIG/ex24_cylinder.py
+
+\image html mesh_cylinder_hexa.png
+
 */