::hwat::utils::UpdateHMAssembly - Creates HM Assembly with name given. If the assembly already exists, it is first removed.
UpdateHMAssembly compList assemName
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. |
The ID of the assembly or {} if unsuccessful.
set newSetId [::hwat::utils::UpdateHMAssembly [list 100 101 102] TIRES_FRT]
User should also call ::hwat::utils::HMToHwatAssembly to create a corresponding HWAT assembly.