*nodemarkcleartempmark
Clears a group of nodes from the temporary node mark.
Syntax
*nodemarkcleartempmark mark
Type
HyperMesh Tcl Modify Command
Description
Clears a group of nodes from the temporary node mark.
Inputs
- mark
- The ID of the mark containing the nodes to be removed from the temporary node mark.
Example
To remove nodes 6, 7, and 8 from the temporary node mark:
*createmark(nodes,1) 6 7 8
*nodemarkcleartempmark(1)
*createmark() is required.
Errors
None.