HyperWorks Tools

::hwat::core::InferAssemsCreateHMAssems

::hwat::core::InferAssemsCreateHMAssems

Previous topic Next topic No expanding text in this topic  

::hwat::core::InferAssemsCreateHMAssems

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

NAME

::hwat::core::InferAssemsCreateHMAssems - Before the assembly scan is performed, a pre-processing step is run.  This step creates HM assemblies if the process template defines explicit components for the given set.  These operations will flush/reset the existing HM assembly of the same name.  This operation will fail only if none of the listed components are found (meaning that as long as one of the components is found the HM assembly is created).

 

SYNTAX

InferAssemsCreateHMAssems list_of_assemblies

 

ARGUMENTS

list_of_assemblies

A Tcl list of assembly names and a component list corresponding to each assembly.

 

RETURNS

1 for success, {} for failure.

 

EXAMPLE

::hwat::core::InferAssesCreateHMAssems [list A_PILLAR [list 1001 1002] B_PILLAR [2993 2334] Vehicle[list]]

 

COMMENTS

The input list should always have an even number of members.

 

See also

Core Functions