X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fhexoticsubdom2.py;h=0bb36ad7d832b799ecc8caf9f54b945f12859445;hb=5f456cc260c231942196337318cd0bb1ccc49a72;hp=f77c77dd2b0ce38efc99a831c496b5219a611824;hpb=932bd9377831fa2900e8b7d751635400ed33583d;p=plugins%2Fhexoticplugin.git diff --git a/doc/salome/examples/hexoticsubdom2.py b/doc/salome/examples/hexoticsubdom2.py index f77c77d..0bb36ad 100644 --- a/doc/salome/examples/hexoticsubdom2.py +++ b/doc/salome/examples/hexoticsubdom2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2013-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -50,7 +50,7 @@ aFilter2 = smesh.GetFilterFromCriteria([smesh.GetCriterion(SMESH.VOLUME,SMESH.FT aFilter3 = smesh.GetFilter(SMESH.VOLUME,SMESH.FT_BelongToGeom,'=',Sphere_1, SMESH.FT_LogicalNOT) # Create mesh of Cut_2 with sd mode 2 -print "Create mesh of Cut_2 with sd mode 2" +print("Create mesh of Cut_2 with sd mode 2") Mesh_mghexa_sd2 = smesh.Mesh(Cut_2, "Mesh_mghexa_sd2") # Create the 2D algo: MG-CADSurf with geometrical mesh