X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Ftui_creating_meshes.doc;h=25bf50268374945cbb0151688e1e2df4652f36b5;hb=8392fd7929645680c86f95c87d650d1f0adde9c3;hp=087b2de259071156ec3d23ba543d44649629cee9;hpb=e0b1819f2f09c883ad907382a45c084c2b395752;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/tui_creating_meshes.doc b/doc/salome/gui/SMESH/input/tui_creating_meshes.doc index 087b2de25..25bf50268 100644 --- a/doc/salome/gui/SMESH/input/tui_creating_meshes.doc +++ b/doc/salome/gui/SMESH/input/tui_creating_meshes.doc @@ -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.
@@ -172,4 +172,13 @@ tetra.Compute() tetra.ExportMED("/tmp/meshMED.med", 0) \endcode +
+

How to mesh a cylinder with hexahedrons?

+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 + */