Reload STEP file on change; keep view position

 From:  NaN
10437.1 
Hi,

considering to use MoI as a viewer for STEP files that I generate externally. Is it possible to set up MoI so that it automatically reloads a STEP file when it changes on harddrive? And optimally in a way that the perspective that I have set up in the views stays as is.

The best I could find up to now was to add this script to a shortcut: script:moi.geometryDatabase.fileNew(1);script:moi.geometryDatabase.fileImport("<path-to-my-stepfile>");
This reloads the step file at the press of a button (instead of on-change) and resets the views to default, so they have to be rearranged.

Is the behavior described above possible?