Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A trick to do it it to use the Tcl command GiD_Python_Source,then the new code of the file is used without need to restart GiD.

In fact it seems that this is similar to use in Python the function reload of the importlib module

Code Block
languagepy
import importlib
importlib.reload(module)