How to set multiple result files in Hyperview using TCL/TK

Manjunath MD
Manjunath MD Altair Community Member
edited October 2020 in Community Q&A

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   

Answers

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited March 2019

    Hi Manjunath, 

     

    You can do it via:

     

    modelHandle AddResult $resultfileloc

  • Manjunath MD
    Manjunath MD Altair Community Member
    edited March 2019

    Thank you Livil

     

    Thanks

    Manju