::hwat::utils::ModifyAssembly

Enables you 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

Success
Name of the assembly that has new component added to.
Failure
{}

Example

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

Comments

The components added to the assembly can either be HyperMesh component collector or HyperMesh assembly collector.