*assemblyremovemark
Removes the components within a mark from the components contained in an assembly mark.
Syntax
*assemblyremovemark assemblymark entitytype entitymark
Type
HyperMesh Tcl Modify Command
Description
Removes the components within a mark from the components contained in an assembly mark.
Inputs
- assemblymark
 - The ID of the assembly mark from which you wish to remove assemblies, components, or multibodies.
 - entitytype
 - The type of entity contained on the entitymark: assemblies, components, or multibodies.
 - entitymark
 - The ID of the mark to be removed from the assembly.
 
Examples
To remove component 14 from assembly 2:
*createmark assemblies 2 2
*createmark components 1 14
*assemblyremovemark 2 components 1