Find nodes associated to elements
Girish2121
Altair Community Member
Hello,
Is there any command to find associated nodes of an element using TCL command .
Thanks
Girish
0
Answers
-
Hi
it's simple:
*createmark nodes 1 'by element' $elem_id
*nodemarkaddtempmark 1
0 -
Hi Tinh,
Thanks
Girish
0 -
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
0