Create Dictonary of Nodes And their corrosponding Coordinates
sanket_patil
Altair Community Member
Hi All,
I want to Create a dictionary of Node Ids And their corrosponding coordinates using tcl. How can i create it?
Regards,
Sanket
0
Answers
-
Hi Sanket,
try,
foreach node $lst_nodes { dict set mydict $node [join [hm_nodevalue $node]] }
0 -
0