X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FTEST_PY%2Fcas_2013%2Fcas_2013.py;h=83877673bf9870ef079326c16f422e67da7283fb;hb=refs%2Ftags%2FV9_0_0;hp=55d61fa898b9865db56b490911a8558f759108c5;hpb=e0454dbc54cdd9192c2b8ccdf772af419a47e851;p=modules%2Fhexablock.git diff --git a/src/TEST_PY/cas_2013/cas_2013.py b/src/TEST_PY/cas_2013/cas_2013.py index 55d61fa..8387767 100755 --- a/src/TEST_PY/cas_2013/cas_2013.py +++ b/src/TEST_PY/cas_2013/cas_2013.py @@ -1,5 +1,24 @@ # !/bin/python # -*- coding: latin-1 -*- +# Copyright (C) 2009-2016 CEA/DEN, EDF R&D +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# + # Hexa : Creation d'hexaedres import hexablock @@ -55,7 +74,7 @@ def nearest (grid, vertex) : result = v1 dmin = d2 - print vertex.getName () , px, py, pz, " -> ", result.getName() + print(vertex.getName () , px, py, pz, " -> ", result.getName()) return result # ======================================================= nearest_quad @@ -73,7 +92,7 @@ def nearest_quad (grid, quad) : result = q1 dmin = d2 - print quad.getName () , px, py, pz, " -> ", result.getName() + print(quad.getName () , px, py, pz, " -> ", result.getName()) return result # ======================================================= insert_cylinder @@ -118,7 +137,7 @@ def insert_cylinder (plaque, nx, ny) : quad = pipe.getQuadJK (1, nq, 0) tabquad.append (quad) - print " .. tabquad[0] = ", tabquad[0].getName () + print(" .. tabquad[0] = ", tabquad[0].getName ()) cible = nearest_quad (plaque, tabquad[0]) tabquad[0]. setColor (5) cible . setColor (5) @@ -137,7 +156,7 @@ def insert_cylinder (plaque, nx, ny) : doc.setLevel (1) for nv in range (8) : ier = doc.mergeVertices (tabv0[nv], tabv1[nv]) - print "ier = ", ier + print("ier = ", ier) save_vtk ()