🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Graphics in hypermesh

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

need graphics area aspect ratio(size) in hypermesh

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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}

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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