*maketempfrompreservednodes

Converts nodes from preserved nodes to temp nodes.

Syntax

*maketempfrompreservednodes mark_id

Type

HyperMesh Tcl Modify Command

Description

This command converts nodes from preserved nodes to temp nodes.

Inputs

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

Example

To convert nodes 1-4 from temp to preserved:

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