How to get component property like material and thickness in hyperview ?
Hello,
I am trying to fetch the material and thickness of components in Hyperview but no success.
To get these details in HM we use "hm_getvalue components id=$comp dataname=material.name".
But how do we achieve this in Hyperview?
And after getting these details, I want to add a note in Hyperview with a fetched value.
Thank you in advance.
Best Answer
-
Hello @Bhavik Sheth ,
HyperView is mainly intedend for post-processing, and we did not introduced fe model reader complete capabilities inside HyperView.
It is possible in some cases, especially for computing safety factors, to add some information in a given file:
https://youtu.be/Yu0e7_wgSWA?si=_GwEojF0x0CdVWdA
In the more recent versions, we even recommend to switch to Certification instead:
https://youtu.be/CccOtuWc0SU?si=UtBPX_DMhfa3dVnf
Fotr your case, which is about exposing a matterial/property attricute, I see 2 options:
- have a side window/page with a HyperMesh client and the model loaded, for which you can extract the attributes of interest
- do the post-processing from HyperMesh Post ribbon
Hopes this helps,
Michael
2
Answers
-
Hello @Bhavik Sheth ,
HyperView is mainly intedend for post-processing, and we did not introduced fe model reader complete capabilities inside HyperView.
It is possible in some cases, especially for computing safety factors, to add some information in a given file:
https://youtu.be/Yu0e7_wgSWA?si=_GwEojF0x0CdVWdA
In the more recent versions, we even recommend to switch to Certification instead:
https://youtu.be/CccOtuWc0SU?si=UtBPX_DMhfa3dVnf
Fotr your case, which is about exposing a matterial/property attricute, I see 2 options:
- have a side window/page with a HyperMesh client and the model loaded, for which you can extract the attributes of interest
- do the post-processing from HyperMesh Post ribbon
Hopes this helps,
Michael
2 -
Michael Herve_21439 said:
Hello @Bhavik Sheth ,
HyperView is mainly intedend for post-processing, and we did not introduced fe model reader complete capabilities inside HyperView.
It is possible in some cases, especially for computing safety factors, to add some information in a given file:
https://youtu.be/Yu0e7_wgSWA?si=_GwEojF0x0CdVWdA
In the more recent versions, we even recommend to switch to Certification instead:
https://youtu.be/CccOtuWc0SU?si=UtBPX_DMhfa3dVnf
Fotr your case, which is about exposing a matterial/property attricute, I see 2 options:
- have a side window/page with a HyperMesh client and the model loaded, for which you can extract the attributes of interest
- do the post-processing from HyperMesh Post ribbon
Hopes this helps,
Michael
Hi @Michael Herve,
Thank you for the clarification.
I will check the provided link.
0