Find more posts tagged with
Sort by:
1 - 7 of
71
Hi Brahmadev,
You can find the config of the element using:
hm_getvalue elems id=$elemID dataname=config
This will return a number which is associated with the type of element in this case Bar2 (60)
To get if it is shell or generic find the beamsect id:
hm_getvalue beamsects id=$beamId dataname=sectiontype
This will again return a number which will be associated with the sectiontype.
Refer datanames help for more info.
Hello brahmadev,
It's been a while since I've worked with beam sections or the NASTRAN profile, but I would suggest to you looking into the matrix browser.
Within the matrix browser you can see the information there is regarding all the properties the elements were assigned.
From the datanames you can then identify the path for the intended information within the database.
Hope this helps.
Best regards