A program to recognize and reward our most engaged community members
Hi,
I would like to execute a scripts whenever I open HyperMesh.
Is there any command to do that.
Thanks
Hi Toan,
Create a file hmcustom.tcl in your working directory (normally Documents folder). Call your custom script inside hmcustom.tcl so that every time when you open HyperMesh, this script will be executed.
I prefer to use ...\hm\bin\win64\hmopengl.exe -tcl ...\my_script.tcl
It's easy to create a shortcut to run that
Thank you so much for your relies