HyperWorks Tools

::hwat::utils::FindNodeOnComponents

::hwat::utils::FindNodeOnComponents

Previous topic Next topic No expanding text in this topic  

::hwat::utils::FindNodeOnComponents

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

NAME

::hwat::utils::FindNodeOnComponents - Finds if the node belongs to any given component.

 

SYNTAX

::hwat::utils::FindNodeOnComponents nodeId {complist}

 

ARGUMENTS

nodeId

The ID of the node to look for.

[Complist]

Tcl list of components to look in.  The Argument could be "all" or "displayed".  The default value is "all".

 

RETURNS

The ID list of the component(s) containing the node if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::utils::FindNodeOnComponents 128 [list 1000 1001 1002 1003]

 

Comments

Since a single node can be utilized by many components, the return list may contain more than one component.  The return may or may not contain all the components sent as input.

 

See also

Utils Functions