What is the command to get "calculated node id" of rigid body?
Jouher_20929
Altair Community Member
What is the command to get 'calculated node id' of rigid body?
0
Answers
-
I got it thanks.
0 -
hey,
can you please let me know how you got the id .
Thanks in advance.
0 -
Hello @rkopparthi
the calculated node id of a rigid body could be obtained by the following command ($a is the reference for the element created by nodal rigid body)
hm_getentityvalue elems $a independentnode.id 0
0