*clearpreservednodes

Clears the selected nodes that were marked as preserved.

Syntax

*clearpreservednodes mark_id

Type

HyperMesh Tcl Modify Command

Description

This command clears the selected nodes that were marked as preserved.

Inputs

mark_id
The ID of the mark containing the preserved nodes to clear. Valid values are 1 and 2.

Examples

To clear preserved nodes 1-4:
*createmark nodes 1-4
*clearpreservednodes 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

13.0