diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index 52e729de7..07724f7a5 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -366,6 +366,7 @@ TCollection_AsciiString GEOM_Engine::DumpPython(int theDocID, aScript = "import geompy\n\n"; aScript += "def RebuildData(theStudy):"; + aScript += "\tgeompy.init_geom(theStudy)"; Handle(TDataStd_TreeNode) aNode, aRoot; Handle(GEOM_Function) aFunction;