*morphmanualrestore

Restores the positions of nodes after a *morphmanualinit command.

Syntax

*morphmanualrestore

Type

HyperMesh Tcl Modify Command

Description

Restores the positions of nodes after a *morphmanualinit command.

Example

To manually move nodes and apply them to the mesh as if they were handles using internally generated domains with inferred edges, then reject the changes:

*morphmanualinit
(any commands which move nodes)
*createmark nodes 1 21 22 23
*createmark elems 1 "all"
*morphmanualapplyenvelope elems 1 nodes 1 1 1.0 1.0 2 0.0 0
*morphmanualrestore

Errors

None.