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