Is it possible to create HyperMesh model (*.hm) using hmbatch.exe
Guys, is it possible to create HyperMesh model (*.hm) using hmbatch.exe (or something else) without open HyperMesh GUI?
For example, I want to create two nodes and save the model as model.hm using the following tcl script:
*createnode 0 0 0 0 0 0 *createnode 10 0 0 0 0 0 set path_hm "C:/projects/example1/nodes.hm" *writefile $path_hm 1
I don't want the HyperMesh main window to open.
Thank you!