::hwat::utils::UpdateNodeSet - Updates an unordered node set in HyperMesh.
::hwat::utils::UpdateNodeSet {n_nodeList} str_nodeSetName
n_nodeList |
Tcl list of IDs of nodes to be included in the set. |
str_nodeSetName |
The name of the node set to update. |
The ID of the nodeset if successful, "{}" if unsuccessful.
::hwat::utils::UpdateNodeSet [list 1 2 3 4 5 6 7 8] “Set1”