*makepreservednodes

Makes the selected nodes preserved.

Syntax

*makepreservednodes mark_id

Type

HyperMesh Tcl Modify Command

Description

This command makes the selected nodes preserved.

Inputs

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

Example

To make nodes 1-4 as preserved:

*createmark nodes 1-4
*makepreservednodes 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