TCL Command to get dependent nodes of RBE2 Elements

Altair Community Member
Updated by sanket_patil
Hello Everyone,
is there any command to get dependent nodes of RBE2 elements?
Regards,
Sanket
Sort by:
1 - 3 of
31

Altair Community Member
Updated by DEEPAKSREEDHARK
First query all node ids. Now one of this is the independent node
hm_getvalue elems id=6804209 dataname=nodes
807424 795935 795947 795965 807150 807423 807428 807518 807521
Query the independent node:
hm_getvalue elems id=6804209 dataname=independentnode.id
807424
Now you can remove the independent node from the list and take the rest of'em. Those are your dependent nodes!

Altair Community Member
OPUpdated by sanket_patil
Try: