TCL Script will not run in Command window using hmbatch
Altair Forum User
Altair Employee
I receive the below error when I try to run my tcl script in hmbatch mode. This same script however will run when I run it inside of Hypermesh using the scripting toolbar and gets no errors. I would like to run this in batchmode.
======Shell AR Distribution: max=3.91=====
[AR=1~1.5]: et cnt=200
[AR=1.5~2.25]: et cnt=552
[AR=2.25~3.38]: et cnt=35
[AR=3.38~5.06]: el cnt=1
8 #0 star shape failed at enclosed stage
Any suggestions? I have attached the tcl script.
0
Answers
-
Hi,
could you try running batchmesh by this command from windows command prompt:
...\altair\14.0\hm\bin\win64\hmopengl.exe -batchmesher -noconsole -tcl '...path\to\Base_shrinkwarp.tcl' 'path\to\hmfile.hm'
0