🎉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

Getting Access To Aspect Ratio Values

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

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

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "Jeffersondhv"
    Altair Community Member
    Updated by Jeffersondhv

    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.

    User: "vipin_22401"
    Altair Community Member
    Updated by vipin_22401

    @Bachelor22,

    use hm_getelemcheckbounds

     

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

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

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

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

     

    Kind regards,

    Simon

    User: "Jeffersondhv"
    Altair Community Member
    Updated by Jeffersondhv

    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.