X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fa3DmeshOnModified2Dmesh.py;fp=doc%2Fsalome%2Fexamples%2Fa3DmeshOnModified2Dmesh.py;h=ecac4870f44cdf4943cf96f88c7e098d6fa8b925;hb=dd0d39d752a4d5ba58ed2e417651093764bb8d09;hp=7fcdcaca89932de283bd405fe30a570df6f286ea;hpb=d498ff64b27604a9941f629eec4499ca92541880;p=modules%2Fsmesh.git diff --git a/doc/salome/examples/a3DmeshOnModified2Dmesh.py b/doc/salome/examples/a3DmeshOnModified2Dmesh.py index 7fcdcaca8..ecac4870f 100644 --- a/doc/salome/examples/a3DmeshOnModified2Dmesh.py +++ b/doc/salome/examples/a3DmeshOnModified2Dmesh.py @@ -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.