Graphics in hypermesh

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

need graphics area aspect ratio(size) in hypermesh

Tagged:

Answers

  • tinh
    tinh Altair Community Member
    edited March 2013

    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}

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited March 2013

    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