Screenshot capture in Batch Mode
Hi,
I have created a tcl script that captures screenshots (.jpg images) from Hypermesh screen. The script works fine when I execute it in interactive mode , but fails when I try it in batch mode.
So, is there any way to capture images in Batch mode?
API used in tcl script : *jpegfilenamed 'Model_iso.jpg'
Command in .bat file : call %ALTAIR_HOME_DIR%\hw14.0\hm\bin\win64\hmbatch.exe -b -tcl captureImages.tcl >> captureImages.log 2>&1
Thanks,
Roshan
Find more posts tagged with
but fails when I try it in batch mode.
So, is there any way to capture images in Batch mode?
What ever geometry cleaning, meshing works in the back ground and code does all this and there is no chance of graphics during the process. /emoticons/default_wacko.png' title=':wacko:'>
But I think something like this will be a added feature. /emoticons/default_wink.png' srcset='/emoticons/wink@2x.png 2x' title=';)' width='20'>
Maybe, no way.
you are in batch mode that there is no GUI, how can you capture a GUI when you don't have it?