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
Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
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
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):
https://community.altair.com/community/en/how-to-run-a-script-for-hyperview-hypergraph-from-a-command-line?id=kb_article&sysparm_article=KB0122417
You can use hwc commands to retrieve the command to load a session file instead, and to add the command to export screenshots:
Accelerate and simplify your post-processing scripts with HyperView and HyperGraph - HyperGraph, HyperView - Altair Products - Altair Community
Hope this helps,
Michael