mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
If study is loaded from HDF file, init_geom() has to load data to the engine calling LoadWith() function of StudyBuilder
This commit is contained in:
parent
fd74c1d7f4
commit
4b00e015b7
@ -785,6 +785,9 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
||||
self.myUseCaseBuilder = self.myStudy.GetUseCaseBuilder()
|
||||
self.myUseCaseBuilder.SetRootCurrent()
|
||||
self.myUseCaseBuilder.Append(self.father)
|
||||
|
||||
# load data from the study file, if necessary
|
||||
self.myBuilder.LoadWith(self.father, self)
|
||||
pass
|
||||
|
||||
def GetPluginOperations(self, studyID, libraryName):
|
||||
|
Loading…
Reference in New Issue
Block a user