An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
probably this question is super simple but I spent 2 hours searching the whole tcl commands for an option to querry the coodinates of a node which I can not find. You know how to do this?
Hi,
normally I do it by: foreach {x y z} [expr [hm_nodevalue $nodeid]] {}
from higher tcl version: lassign {*}[hm_nodevalue $nodeid] x y z