X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMESH_box_tetra.py;h=5a2b564bed2a66a7f429e57cfad23b6dd2d5c2cf;hp=9e5612e6e9350635bc3f6d2867c7320d9dfeb35f;hb=734c82522e411c7771f5fe027bb326a95b50643d;hpb=55d3f10182c716ecec2b6f71d5b3ac25391ca5d9 diff --git a/src/SMESH_SWIG/SMESH_box_tetra.py b/src/SMESH_SWIG/SMESH_box_tetra.py index 9e5612e6e..5a2b564be 100644 --- a/src/SMESH_SWIG/SMESH_box_tetra.py +++ b/src/SMESH_SWIG/SMESH_box_tetra.py @@ -34,7 +34,7 @@ import SMESH, SALOMEDS from salome.smesh import smeshBuilder smesh = smeshBuilder.New() -# ---- define a boxe +# ---- define a box box = geompy.MakeBox(0., 0., 0., 100., 200., 300.) @@ -52,7 +52,7 @@ print("number of Edges in box : ", len(subEdgeList)) ### ---------------------------- SMESH -------------------------------------- -# ---- init a Mesh with the boxe +# ---- init a Mesh with the box mesh = smesh.Mesh(box, "MeshBox") @@ -90,7 +90,7 @@ print(hypVolume.GetId()) print(hypVolume.GetMaxElementVolume()) smesh.SetName(hypVolume, "MaxElementVolume_" + str(maxElementVolume)) -print("-------------------------- compute the mesh of the boxe") +print("-------------------------- compute the mesh of the box") ret = mesh.Compute() print(ret) if ret != 0: