An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Hello Everyone,
Â
is there any command to get dependent nodes of RBE2 elements?
Regards,
Sanket
Try:
set dependent_Nodes [hm_nodelist $eid]
Hi @sanket_patil
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!
@DEEPAKSREEDHARKThank yo so much for the help