mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-04 04:00:32 +05:00
Boolean arguments for updateObjBrowser
This commit is contained in:
parent
0003e6b4fc
commit
2620c8a9db
@ -112,7 +112,7 @@ def cube3D(L, N, outFile):
|
||||
Maillage_1.ExportMED( outFile, 0, SMESH.MED_V2_2, 1, None ,1)
|
||||
|
||||
#if salome.sg.hasDesktop():
|
||||
#salome.sg.updateObjBrowser(1)
|
||||
#salome.sg.updateObjBrowser(True)
|
||||
|
||||
|
||||
|
||||
@ -194,4 +194,4 @@ def cube2D(L, N, outFile):
|
||||
Maillage_1.ExportMED( outFile, 0, SMESH.MED_V2_2, 1, None ,1)
|
||||
|
||||
#if salome.sg.hasDesktop():
|
||||
#salome.sg.updateObjBrowser(1)
|
||||
#salome.sg.updateObjBrowser(True)
|
||||
|
@ -199,4 +199,4 @@ def generate(data_demi_grand_axe, data_centre, data_normale,
|
||||
|
||||
|
||||
if salome.sg.hasDesktop():
|
||||
salome.sg.updateObjBrowser(1)
|
||||
salome.sg.updateObjBrowser(True)
|
||||
|
@ -223,4 +223,4 @@ def generate(data_longueur,data_largeur,data_centre,
|
||||
|
||||
|
||||
if salome.sg.hasDesktop():
|
||||
salome.sg.updateObjBrowser(1)
|
||||
salome.sg.updateObjBrowser(True)
|
||||
|
@ -67,4 +67,4 @@ def generate(data_rayon,data_centre,outFile):
|
||||
|
||||
|
||||
if salome.sg.hasDesktop():
|
||||
salome.sg.updateObjBrowser(1)
|
||||
salome.sg.updateObjBrowser(True)
|
||||
|
Loading…
Reference in New Issue
Block a user