Getting Access To Aspect Ratio Values


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
Sort by:
1 - 5 of
51


Updated by Altair Forum User
Thanks guys, that was exactly the command what I was looking for!


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

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.