HyperMesh Graphics Area freezes after exporting SolverDecks

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Whenever I finish exporting a SolverDeck from my tcl gui, and then when I close the tcl GUI, the HyperMesh model becomes completely unresponsive in the Graphics Area after that. The rest of the HyperMesh GUI works perfectly, however I am unable to see the actual geometry / model in the Graphics Area for which I exported the SolverDecks, what could be the issue here ?

 

Any help is appreciated.

 

Thank you.

Answers

  • tinh
    tinh Altair Community Member
    edited April 2017

    Hi

    did you use command hm_blockredraw somewhere in your script?

    at the end of script you should have 'hm_blockredraw 0'

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2017

    Hi

    did you use command hm_blockredraw somewhere in your script?

    at the end of script you should have 'hm_blockredraw 0'

    @tinh : That was the problem indeed. I had used hm_blockredraw 1 in my code but had forgotten to set it back to 0. Thank you!