Getting Access To Aspect Ratio Values

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

Hey guys,

 

I'm working at a customization problem. During a loop an automesh should be executed when the mesh criterium 'aspect ratio' exceeds a specific value.

Do you have an idea how I can get access to the aspect ratio values after each iteration?

 

Kind regards

Simon

Answers

  • Jeffersondhv
    Jeffersondhv Altair Community Member
    edited January 2019

    There is a variety of functions you can use to achieve this:

     

    *elementtestaspect Help

    hm_createmark elems 1 'greater than value' 'aspect 3' Help

    hm_getelemcheckbounds Help

     

    I hope this can help you achieve what you intend.

  • vipin_22401
    vipin_22401 Altair Community Member
    edited January 2019

    @Bachelor22,

    use hm_getelemcheckbounds

     

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2019

    Thanks guys, that was exactly the command what I was looking for!

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2019

    Is there a way to get access to the fail values of the different quality criterias set in hypermesh?

     

    Kind regards,

    Simon

  • Jeffersondhv
    Jeffersondhv Altair Community Member
    edited January 2019

    Is there a way to get access to the fail values of the different quality criterias set in hypermesh?

     

    Kind regards,

    Simon

     

    Yes, check the help linked with the functions mentioned to see the options you have:

     

    There is a variety of functions you can use to achieve this:

     

    *elementtestaspect Help

    hm_createmark elems 1 'greater than value' 'aspect 3' Help

    hm_getelemcheckbounds Help

     

    I hope this can help you achieve what you intend.