::hwat::utils::GetXYZFromTag

Returns the coordinates of the node with the given tag.

Syntax

::hwat::utils::GetXYZFromTag Tag [option]

Arguments

Tag
Keyword "TAG:" followed by the tag name.
option
Global or local
Default = "global"

Returns

Success
A Tcl list containing the x, y, and z coordinates of the node.
Failure
{}

Example

::hwat::utils::GetXYZFromTag "TAG:striker" "global".