Salome HOME
corrections
[modules/shaper.git] / src / PythonAddons / macros / midSurface / feature.py
index fd2027f48966b35bd90a2b5b47f7cfb6c6f04afd..3349399158f1762edd528731d4ab459d1a65a79e 100755 (executable)
@@ -83,12 +83,13 @@ class midSurface(model.Feature):
         #print("filepath : '{}'".format(filepath))
         if filepath != "" :
             if os.path.isfile(filepath):
+                # print("filepath : {}".format(filepath))
                 # Lancement du script de création des fibres neutres
                 l_options = list()
-                #l_options.append("-v")
-                l_options.append("-vmax")
+                l_options.append("-v")
+                #l_options.append("-vmax")
                 #l_options.append("-export_step")
-                print("l_options : '{}'".format(l_options))
+                print("l_options : {}".format(l_options))
                 s_med = SurfaceMediane(l_options)
                 with open("/tmp/grr_1", "w") as fic :
                     fic.write("{}\n".format(dir(s_med)))