HyperWorks Tools

::hwat::utils::UpdateNodeSet

::hwat::utils::UpdateNodeSet

Previous topic Next topic No expanding text in this topic  

::hwat::utils::UpdateNodeSet

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::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

The ID of the nodeset if successful, "{}" if unsuccessful.

 

EXAMPLE

::hwat::utils::UpdateNodeSet [list 1 2 3 4 5 6 7 8] “Set1”

 

 

See also

Utils Functions