/*!
\page mesh_through_point_page Moving nodes
\n In mesh you can define a node at a certain point either
by movement of the node closest to the point or by
movement of any node to the point.
To displace a node:
- From the \b Modification menu choose the Move node item or
click "Move Node" button in the toolbar.
\image html image67.png
"Move Node" button
The following dialog box shall appear:
\image html meshtopass.png
- Enter the coordinates of the destination point.
- Check in Find closest to destination option or
select the necessary node manually (X, Y, Z, dX, dY, dZ fields allow
to see original coordinates and displacement of the node to move).
\b Preview check-box allows to see the results of the operation.
- The Update Destination button is activated when Find
closest to destination option is unchecked. Click the Update
Destination button for update coordinates of the destination point
from original coordinates of the node to move.
- Click the \b Apply or Apply and Close button.
\image html moving_nodes1.png "The initial mesh"
\image html moving_nodes2.png "The modified mesh"
See Also a sample TUI Script of a
\ref tui_moving_nodes "Moving Nodes" operation.
*/