Hi NaN, sorry no MoI does not currently have any mechanism in it to monitor a file for changes.
A shortcut key reload script like you were trying to do should be possible though, it's the fileNew part of it that will reset your viewports. The fileImport part should read in the file and not disturb any of the current views.
So instead of doing fileNew try deleteAll instead, like this:
script:moi.geometryDatabase.deleteAll(); moi.geometryDatabase.fileImport("<path-to-my-stepfile>");
- Michael
|