::hwat::utils::CreateTempNode - Creates a temporary node at given location(s).
::hwat::utils::CreateTempNode {locations}
locations |
Tcl list of x, y and z coordinates of the nodes to be created. The list must be an integral of 3. |
A list of IDs of the created nodes or {} if unsuccessful.
::hwat::utils::CreateTempNode [list 0.0 0.0 0.0 1.0 2.0 3.0 6.5 7.6 8.7]
Can create 1 or many nodes. Lists that are not integral of 3 will result in an error and no temps will be created.