🎉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

Find nodes associated to elements

User: "Girish2121"
Altair Community Member
Updated by Girish2121

Hello,

 

Is there any command to find associated nodes of an element using TCL command .

 

Thanks 

Girish 

Find more posts tagged with

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

    Hi

    it's simple:

    *createmark nodes 1 'by element' $elem_id

    *nodemarkaddtempmark 1

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

    Hi Tinh,

     

    Thanks 

     

    Girish

    User: "RyanBurrell"
    Altair Employee
    Updated by RyanBurrell

    Here is another way:

    hm_getvalue elems id=$elem_id dataname=nodes

    Or nodes from multiple elements:

    hm_getvalue elems user_ids=$elem_ids dataname=nodes