::hwat::utils::UpdateNodeSet
Updates an unordered node set in HyperMesh.
Syntax
::hwat::utils::UpdateNodeSet {n_nodeList} str_nodeSetName
Arguments
- n_nodeList
- Tcl list of IDs of nodes to be included in the set.
- str_nodeSetName
- The name of the node set to update.
Returns
- Success
- The ID of the nodeset.
- Failure
- {}
Example
::hwat::utils::UpdateNodeSet [list 1 2 3 4 5 6 7 8] “Set1”