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