HyperWorks Tools

::hwat::core::InferAssemsScanEntitySets

::hwat::core::InferAssemsScanEntitySets

Previous topic Next topic No expanding text in this topic  

::hwat::core::InferAssemsScanEntitySets

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

NAME

::hwat::core::InferAssemScanEntitySets - This function looks for component entity sets with the same names as the assemblies in the passed list.  Those found would be put in the "FOUND" list and the rest in the "NOTFOUND" list.

 

SYNTAX

InferAssemsScanEntitySets list_of_assemblies

 

ARGUMENTS

list_of_assemblies

A Tcl list of assembly names to find in the model.

 

RETURNS

A Tcl list of the form {FOUND {A_PILLAR B_PILLAR} NOTFOUND {C_PILLAR}} and compatible with the array "set" command, if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::core::InferAssemsScanEntitySets [list A_PILLAR B_PILLAR C_PILLAR]

 

 

See also

Core Functions