Import a specific input file in to Hypermesh from CMD.
Altair Forum User
Altair Employee
Answers
-
Have a look at command line options of Hypermesh.
For exemple, under Linux I used:
hm -nocommand -nouserprofiledialog -batch -tcl myscript.tcl
In myscript.tcl, you can use neccessary command to import INP input file.
0