How to get node id after creating a new one using *createcenternode
Sachi Takalkar
Altair Community Member
Say I have 3 nodes; node_1 node_2 and node_3, and i want the node id of the center node
I have created their center node using *createcenternode . But I don't know how to get its node id after that.
0
Answers
-
hm_latestentityid will probably do the trick.
https://help.altair.com/hwdesktop/hwd/topics/reference/hm/hm_latestentityid.htmSomething like this may also work:
hm_createmark nodes 1 -1
2