Hi
I am trying to obtain the id for the nodes slaves from the ls dyna command
*CONSTRAINED_EXTRA_NODES_SET
Because hypermesh save the set slave nodes in groups I try
set sId [hm_getentityvalue groups 'XtraNodes_2' set.id 0]
but no success
I also try
set lista [hm_getenetityarray groups 'XtraNodes_2' slavesetlist ]
That return 1
but the set id is 10000
So any clue about this
Thank you in advace