*nodemodify
Modifies the location of a node in space.
Syntax
*nodemodify nodeid x y z
Type
HyperMesh Tcl Modify Command
Description
Modifies the location of a node in space.
Inputs
- nodeid
 - The ID of the node to be modified.
 - x
 - The new x coordinate of the node.
 - y
 - The new y coordinate of the node.
 - z
 - The new z coordinate of the node.
 
Example
To modify the location of node 1 to be x = 10.0, y = 20.0, z = 30.0:
*nodemodify(1,10.0,20.0,30.0)
    Errors
None.