Salome HOME
If study is loaded from HDF file, init_smesh() has to load data to the engine calling...
[modules/smesh.git] / src / SMESH_SWIG / smeshBuilder.py
index 132313ef0b3e69a1997b1946dbaaeb93f568d3a6..a1cad6a92fed64024f64e88f4071c81768655041 100644 (file)
@@ -536,6 +536,12 @@ class smeshBuilder(object, SMESH._objref_SMESH_Gen):
             notebook = salome_notebook.NoteBook( theStudy )
         else:
             notebook = salome_notebook.NoteBook( salome_notebook.PseudoStudyForNoteBook() )
+        if theStudy:
+            sb = theStudy.NewBuilder()
+            sc = theStudy.FindComponent("SMESH")
+            if sc: sb.LoadWith(sc, self)
+            pass
+        pass
 
     ## Gets the current study
     #  @ingroup l1_auxiliary