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 364a099f51682a1884a7e950e433f386ecb5f975..f174e863ff0527f4acb00e93d6e02ab7a83d7d16 100644 (file)
@@ -2,10 +2,8 @@
 
 \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.
-\n Other examples of python scripts will be also updated soon to use
- smesh package instead of direct usage of idl interface.
 
 <br>
 <h2>Construction of a Mesh</h2>
@@ -174,4 +172,13 @@ tetra.Compute()
 tetra.ExportMED("/tmp/meshMED.med", 0)
 \endcode
 
-*/
\ No newline at end of file
+<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
+
+*/