I want to get GA and GB node number value on the CWELD element by using macro. following command works fine to get GS value for the nastran CWELD element.
set gs [hm_getentityvalue elements $el '\$CWELD_GS' 0]
when I change it like below it getting alwas 0 for the GA values.
set GA [hm_getentityvalue elements $el '\$CWELD_GA' 0]
How can I get GA and GB Value on CWELD elemet ?
Thanks,
Halil