Retrive BeamSction ID

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.
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)
Here I want to retrieve the the beam section ID which has been assigned to a given CBAR element...
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