HyperWorks Tools

::hwat::core::CreateNodout

::hwat::core::CreateNodout

Previous topic Next topic No expanding text in this topic  

::hwat::core::CreateNodout

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

NAME

::hwat::core::CreateNodout - Creates a nodal output block for the list of nodes.

 

SYNTAX

::hwat::core::CreateNodout outputblockName assemName nodeIds

 

ARGUMENTS

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.

 

RETURNS

Output block ID if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::core::CreateNodout "MIDRAIL_L" [list 100 101 102]

 

COMMENT

If the output block already exists, it is deleted first, then recreated.  The ID may change as a result of this operation.

 

See also

Core Functions