::hwat::core::CreateNodout - Creates a nodal output block for the list of nodes.
::hwat::core::CreateNodout outputblockName assemName nodeIds
assemName |
Name of the component entity set which contains the nodes. |
outputblockName |
Name to give the resulting output block in HM. |
nodeIds |
List of node IDs to create Nodeouts on. |
Output block ID if successful, {} if unsuccessful.
::hwat::core::CreateNodout "MIDRAIL_L" [list 100 101 102]
If the output block already exists, it is deleted first, then recreated. The ID may change as a result of this operation.