::hwat::utils::UpdateHMAssembly
Creates HyperMesh Assembly with name given. If the assembly already exists, it is first removed.
Syntax
UpdateHMAssembly compList assemName
Arguments
- n_compList
 - List of component IDs to be included in the entity set.
 - str_assemName
 - Name of component entity set to create and add the components to.
 
Returns
- Success
 - The ID of the assembly.
 - Failure
 - {}
 
Example
set newSetId [::hwat::utils::UpdateHMAssembly [list 100 101 102] TIRES_FRT]
        Comments
User should also call ::hwat::utils::HMToHwatAssembly to create a
                corresponding HWAT assembly.