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