I would like to get the name or the ID of component in which node by using node ID.
#25 is node ID
*createmark nodes 1 25
set nodeID [ hm_getmark nodes 1]
*createmark comps 1 'by node' 25
set compName [hm_getmark comps1]
Above two line are giving error, as component name is not possible to get through node.
Is there any other way to get this done?
Thank you.