HyperWorks Tools

::hwat::utils::HmToVclAssembly

::hwat::utils::HmToVclAssembly

Previous topic Next topic No expanding text in this topic  

::hwat::utils::HmToVclAssembly

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

NAME

::hwat::utils::HmToVclAssembly - Creates a duplicate copy of each resulting HM assembly as a component entity set (a.k.a. VCL assembly).  These VCL assemblies will contain all components from the HM assembly that had a *PART card loaded/defined.

 

SYNTAX

HmToVclAssembly list_hmassemblies

 

ARGUMENTS

list_hmassemblies

A Tcl list of hm assemblies.

 

RETURNS

A Tcl list containing the names of the assemblies if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::HmToVclAssembly [list A_PILLAR B_PILLAR Vehicle]

 

 

See also

Utils Functions