::hwat::utils::HmToVclAssembly
Creates a duplicate copy of each resulting HyperMesh assembly as a component entity set (VCL assembly). These VCL assemblies will contain all components from the HyperMesh assembly that had a *PART card loaded/defined.
Syntax
HmToVclAssembly list_hmassemblies
Arguments
- list_hmassemblies
- A Tcl list of hm assemblies.
Returns
- Success
- A Tcl list containing the names of the assemblies.
- Failure
- {}
Example
::hwat::utils::HmToVclAssembly [list A_PILLAR B_PILLAR Vehicle]