Foolproof method to extract component thickness
Hi All,
I want to know if there is any robust/foolproof method to extract the midsurface of components? Currently, I am using following method to extract midsurface:
set maxpoint [hm_entitymaxid points]; set surfthickval [hm_getsurfacethicknessvalues points $maxpoint]; set thicknessbefore [lindex [lindex $surfthickval 0] 1];
I have observed that for some components this code has identified wrong thickness value (I am not sure what was the reason) and for others it was correct.
Can you guys tell me which method/code you use to calculate component thickness?
Any help is much appreciated. Thank you!!
Answers
-
Hello,
The best method is to use the midsurface tool. If you use it in combination with batchmesher or the map thickness tool, the thickness and property is automatically created and assigned.
Midsurface
https://2022.help.altair.com/2022.1/hwdesktop/hwx/topics/chapter_heads/midsurface_r.htm
Map Thickness
Batch meshing
Model Build and Assembly work flow
Thanks
Jason
0 -
Hi Jason,
Thanks for the reply.
Actually it would be more helpful for me if you could share the code for thickness extraction from hypermesh or give me some hint about the same.
0