*assemblyaddmark
Syntax
*assemblyaddmark assemblyptr entity type mark
Type
HyperMesh Tcl Modify
Inputs
- assemblyptr
- The assembly ID.
- 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:
To add component 14 to assembly 2:
*createmark(comps, 1) 14
*assemblyaddmark(2,comps,1)