Graphics in hypermesh
Altair Forum User
Altair Employee
Answers
-
Hey, it's a bit tough to understand your post.
foreach {x y w h} [hm_getgraphicarea] {puts 'you've got graphic area size $w x $h}
0 -
Hi,
you can set the aspect ratio in the file hm.cfg (hm\bin\win64 for windows). Look at...
----------------------------------------
The aspect ratio of the screen can be defined using the screensize command
shown below. The command requires two parameters which define the physical
size of the usable portion of the screen. The first parameter defines the
horizontal dimension and the second paramter defines the vertical dimension.
*screensize(13.5,10.125)----------------------------------------
Regards,
Mario
0