HyperWorks Tools

::hwat::core::CreateComponentList

::hwat::core::CreateComponentList

Previous topic Next topic No expanding text in this topic  

::hwat::core::CreateComponentList

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

NAME

::hwat::core::CreateComponentList - Creates the list of components from the root component to the base node.

 

SYNTAX

CreateComponentList n_compId n_baseNode n_sysCompList

 

ARGUMENTS

n_compId

The ID of the component.

n_baseNode

The ID of the base node.

n_sysCompList

The second list returned by the ::hwat::core::CreateDummyPositionArray function (default = "").

 

RETURNS

A Tcl list of component IDs if successful, {} otherwise.

 

EXAMPLE

::hwat::core::CreateComponentList 12203  1519321 [list 12234 12000 12235 12001… ]

 

Comments

The user should call the ::hwat::core::CreateDummyPositionArray function every time a dummy is imported and store the values returned for use in this and other APIs.

 

See also

::hwat::solver::CreateDummyPositionArray

Core Functions