Salome HOME
23352: [CEA] Order and naming of meshing algorithms
[modules/smesh.git] / doc / salome / examples / a3DmeshOnModified2Dmesh.py
index 7fcdcaca89932de283bd405fe30a570df6f286ea..ecac4870f44cdf4943cf96f88c7e098d6fa8b925 100644 (file)
@@ -10,7 +10,7 @@ geompy = geomBuilder.New(salome.myStudy)
 # The requirement is to have a surface mesh on the cube comprised of
 # triangles of exactly the same size arranged in a grid pattern.
 #
-# To fulfill this requirement we mesh the box using Quadrangle (Mapping)
+# To fulfill this requirement we mesh the box using Quadrangle: Mapping
 # meshing algorithm, split quadrangles into triangles and then generate
 # tetrahedrons.