Salome HOME
Fix regression of SALOME_TESTS/Grids/smesh/3D_submesh_00/A6
[modules/smesh.git] / doc / salome / examples / creating_meshes_ex06.py
index d16e067d34f2aa6152bad601e78a13a5320e9544..8e52da6be2fb508070ce02f41877f4cb855c6f75 100644 (file)
@@ -1,5 +1,8 @@
 # Creating a hexahedral mesh on a cylinder.
-# Note: it is a copy of 'ex24_cylinder.py' from SMESH_SWIG
+#
+# This example uses Partition to divide the cylinder into blocks, which is
+# a general approach. But for the case of cylinder there is a dedicated
+# command creating a blocked cylinder: geompy.MakeDividedCylinder()
 
 import salome
 salome.salome_init()