::hwat::utils::GetXYZFromNode
Finds the coordinates of the node.
Syntax
::hwat::utils::GetXYZFromNode nodeid [option]
Arguments
- nodeid
 - A Tcl list of node IDs.
 - option
 - global or local
 
Returns
- Success
 - A Tcl list of lists containing the x, y, and z coordinates of the nodes.
 - Failure
 - {}
 
Example
::hwat::utils::GetXYZFromNode [list 1001 1002] local