*assemblyaddmark

Syntax

*assemblyaddmark assemblyptr entity type mark

Type

HyperMesh Tcl Modify Command

Inputs

assemblyptr
The assembly ID.
If assemblyptr has an ID of zero, then the mark of entities is removed from any assembly and placed at the top level.
entity type
The type of entity contained on the mark. It is limited to assemblies, components, and multibodies.
mark
The ID of the mark to be added to the assembly.

Examples

To add component 14 to assembly 2:

*createmark comps 1 14
*assemblyaddmark 2 comps 1