HyperWorks Tools

::hwat::solver::InferAssemsScanDynaParts

::hwat::solver::InferAssemsScanDynaParts

Previous topic Next topic No expanding text in this topic  

::hwat::solver::InferAssemsScanDynaParts

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

NAME

::hwat::solver::InferAssemsScanDynaParts - This function examines the component name and title card for a sub-string match to the given assembly name.  If a match is found, this component is added to a newly created assembly with the same name given in the list.

 

SYNTAX

InferAssemsScanDynaParts list_of_assemblies

 

ARGUMENTS

list_of_assemblies

A Tcl list of assembly names which could not be found by the InferAssemsScanHMAssems, InferAssemsScanEntitySets search functions.

 

RETURNS

A Tcl list of the form {FOUND {A_PILLAR B_PILLAR} NOTFOUND {C_PILLAR}} if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::solver::InferAssemsScanDynaParts [list A_PILLAR B_PILLAR C_PILLAR]

 

See also

Solver Functions