*nodemarkaddtempmark
Places a node on the temporary node mark.
Syntax
*nodemarkaddtempmark mark
Type
HyperMesh Tcl Modify Command
Description
Places a node on the temporary node mark.
Inputs
- mark
- The ID of the mark that contains the nodes to be placed on the temporary node mark.
Example
To place nodes 100, 101, 102, and 103 on the temporary node mark:
*createmark(nodes,1) 100 101 102 103
*nodemarkaddtempmark(1)
Placing nodes on the temporary mark prevents nodes from being deleted and identifies temporary nodes with a yellow circle.
Errors
None.