How to get component property like material and thickness in hyperview ?

Bhavik Sheth_21143
Bhavik Sheth_21143 Altair Community Member
edited December 2023 in Community Q&A

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

  • Michael Herve_21439
    Michael Herve_21439
    Altair Employee
    edited December 2023 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

Answers

  • Michael Herve_21439
    Michael Herve_21439
    Altair Employee
    edited December 2023 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

  • Bhavik Sheth_21143
    Bhavik Sheth_21143 Altair Community Member
    edited November 2023

    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.