*marknodenudge
Moves nodes along a surface. The nodes must first be associated to a surface.
Syntax
*marknodenudge mark distance vector
Type
HyperMesh Tcl Modify Command
Description
Moves nodes along a surface. The nodes must first be associated to a surface.
Inputs
- mark
 - The mark containing the nodes to be moved.
 - distance
 - The distance to move the nodes (in the direction of the vector).
 - vector
 - The direction to move the node (in 3D space). This vector is mapped to the surface before the nodes are moved.
 
Example
To move the node with ID 110 a distance of 10 in the x direction (along the surface it is associated to):
*createmark nodes 2 110
*createvector 1 1.0 0.0 0.0 
*marknodenudge 2 10.0 1 
      *createmark() and *createvector() are required for this command.
Errors
None.