HyperWorks Tools

::hwat::utils::ModifyAssembly

::hwat::utils::ModifyAssembly

Previous topic Next topic No expanding text in this topic  

::hwat::utils::ModifyAssembly

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

NAME

::hwat::utils::ModifyAssembly - Allows the user to add components to an existing entity set.

 

SYNTAX

::hwat::utils::ModifyAssembly n_compIdList str_assemName

 

ARGUMENTS

n_compIdList

List of component IDs to be added to the entity set.

str_assemName

Name of component entity set to add the components to.

 

RETURNS

Name of the assembly that has new component added to on success {} on failure.

 

EXAMPLE

::hwat::utils::ModifyAssembly  MatCollector ASSEM1 comps

 

Comments

The components added to the assembly can either be HM Component collector or HM assembly collector.

 

See also

Utils Functions