]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Nommage des features des points
authorGérald NICOLAS <gerald.nicolas@edf.fr>
Fri, 16 Jul 2021 09:31:56 +0000 (11:31 +0200)
committerGérald NICOLAS <gerald.nicolas@edf.fr>
Fri, 16 Jul 2021 09:31:56 +0000 (11:31 +0200)
src/PythonAddons/macros/pipeNetwork/feature.py

index 6c7d087a99f1ec6536c4c3739f1468086c1ed3ba..fb5667b51ca754524335132f20c19698ee69205a 100755 (executable)
@@ -23,7 +23,7 @@ Author: Nathalie GORE - Gérald NICOLAS
 Remarque : la fonction de partitionnement pour un futur maillage en hexa est désactivée.
 """
 
-__revision__ = "V02.09"
+__revision__ = "V02.10"
 
 from salome.shaper import model
 import ModelAPI
@@ -342,6 +342,7 @@ La ligne est formée de deux informations :
                 print("key = {}".format(key))
             point = model.addPoint(part, value['X'], value['Y'], value['Z'])
             point.execute(True)
+            point.setName(key)
             point.result().setName(key)
             self.lfeatures.append(point)
             value["point"] = point.result()