HyperMesh Graphics Area freezes after exporting SolverDecks
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
-
Hi
did you use command hm_blockredraw somewhere in your script?
at the end of script you should have 'hm_blockredraw 0'
0 -
Altair Forum User said:
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!
0