::hwp::getComponentList
Gets a list of existing components.
Syntax
::hwp::getComponentList
Application
HyperWorks Tcl Query
Description
This procedure implements minus options.
Mandatory Arguments
None.
Optional Arguments
- -id "model id"
 - The model ID.
 - -byname
 - Returns a list of component names.
 
Returns
Returns a component ID list of the active window.
Example
set componentList [::hwp::getComponentList -byname true]