mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-17 03:27:55 +05:00
Added initialization of geompy in method RebuidData (DumpPython)
This commit is contained in:
parent
c2ef5d47ff
commit
eab535b5f3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user