Hi All,
I want to Create a dictionary of Node Ids And their corrosponding coordinates using tcl. How can i create it?
Regards,
Sanket
Hi Sanket,
try,
foreach node $lst_nodes { dict set mydict $node [join [hm_nodevalue $node]] }
@Livil Lyle Thanks. It is working good
Hi Sanket,
try,
foreach node $lst_nodes { dict set mydict $node [join [hm_nodevalue $node]] }