Is it possible to use TCL script to open session file in HyperView and do some operations below?
Hello,
as there are commands like rea geo {path to model file}; to open model in HyperView from TCL command. I would like to create TCL script to just open existing saved session files like sessWS001.mvw, sessWS002.mvw, sessWS003.mvw ... sessWS010.mvw and save the screen as an image to file with the same name (for sessWS001.mvw = sessWS001.png) each session file.
Is it possible with TCL scripting?
Kind regards,
KD
Best Answer
-
Hello @Karel Drazdil ,
yes it is possible.
Below is a link to a script that loads a tpl file (is its not a mvw but process is quite similar):
You can use hwc commands to retrieve the command to load a session file instead, and to add the command to export screenshots:
Hope this helps,
Michael
1
Answers
-
Hello @Karel Drazdil ,
yes it is possible.
Below is a link to a script that loads a tpl file (is its not a mvw but process is quite similar):
You can use hwc commands to retrieve the command to load a session file instead, and to add the command to export screenshots:
Hope this helps,
Michael
1