HyperWorks Tools

::hwat::utils::CreateNodeList

::hwat::utils::CreateNodeList

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CreateNodeList

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

NAME

::hwat::utils::CreateNodeList - This function will create a list of nodes and return the list mark ID.

 

SYNTAX

::hwat::utils::CreateNodeList {nodeids}

 

ARGUMENTS

nodeids

A Tcl list of ids of nodes to be included.

 

RETURNS

The ID of the nodelist mark if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::CreateNodeList [list 101 102 103 104]

 

 

See also

Utils Functions