How to set multiple result files in Hyperview using TCL/TK
Manjunath MD
Altair Community Member
Hi Team,
I wanted to set multiple result files to one window using TCL/TK in hyperview. Is there any command to set multiple result files in hyperview customization.
I tried using 'model2 SetResult static_derivedloadcase_2.h3d' API but its overriding the previous file.
Thanks
Manju
0
Answers
-
Hi Manjunath,
You can do it via:
modelHandle AddResult $resultfileloc
0 -
Thank you Livil
Thanks
Manju
0