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

User: "Bhavik Sheth_21143"
Altair Community Member
Updated by Bhavik Sheth_21143

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.

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Michael Herve"
    Altair Employee
    Accepted Answer
    Updated by Michael Herve

    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