...
The plugin is placed at
<GiD>\/plugins\/Import\/meshio
and like the rest of plugins is automatically loaded from Tcl when GiD starts.
...
Here GiD_Python_Import_File
is an auxiliary proc (see <GiD>\/scripts\/gid_python.tcl) that decorate the tohil syntax and basically do
...
For Tcl-like programmers, with most code in Tcl
For PyhtonPython-like programmers: with most code in Python
...
Note that in this case use python Python commands to call Tcl like these:
...