🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

TCL Command to get dependent nodes of RBE2 Elements

User: "sanket_patil"
Altair Community Member
Updated by sanket_patil

Hello Everyone,

 

is there any command to get dependent nodes of RBE2 elements?

 

Regards,

Sanket

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Try:

     set dependent_Nodes [hm_nodelist $eid]

     

    User: "DEEPAKSREEDHARK"
    Altair Community Member
    Updated by DEEPAKSREEDHARK

    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!

    User: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    @DEEPAKSREEDHARKThank yo so much for the help :)

     

    Regards,

    Sanket