mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
Removed myStudy in method RestoreGivenSubShapesO
This commit is contained in:
parent
0d89220a17
commit
0b3cee2341
@ -1062,7 +1062,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
|
||||
list of published sub-shapes
|
||||
"""
|
||||
# Example: see GEOM_TestAll.py
|
||||
return self.RestoreGivenSubShapesO(self.myStudy, theObject, theArgs,
|
||||
return self.RestoreGivenSubShapesO(theObject, theArgs,
|
||||
theFindMethod, theInheritFirstArg, theAddPrefix)
|
||||
|
||||
# end of l3_restore_ss
|
||||
|
Loading…
Reference in New Issue
Block a user