HyperWorks Tools

::hwat::utils::UpdateHMAssembly

::hwat::utils::UpdateHMAssembly

Previous topic Next topic No expanding text in this topic  

::hwat::utils::UpdateHMAssembly

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

NAME

::hwat::utils::UpdateHMAssembly - Creates HM 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

The ID of the assembly or {} if unsuccessful.

 

EXAMPLE

set newSetId [::hwat::utils::UpdateHMAssembly [list 100 101 102] TIRES_FRT]

 

Comment

User should also call ::hwat::utils::HMToHwatAssembly to create a corresponding HWAT assembly.

 

See also

Utils Functions