/*! \page mesh_through_point_page Mesh through point \n In mesh you can define a node at a certain point either by creation of a new node, by movement of the node closest to the point or by movement of any node to the point. To create a mesh passing through a point:
  1. From the \b Modification menu choose the Mesh through point item or click "Mesh to pass through a point" button in the toolbar. \image html mesh_node_to_point.png
    "Mesh to pass through a point" button
    The following dialog box shall appear: \image html meshtopass.png
  2. Enter the coordinates of the point.
  3. Choose one of several methods: you can either \b Create a new node at the indicated point or Move the existing node to the point. In the latter case you can check in Automatic search of the closest node or select the necessary node manually. \b Preview check-box allows to see the results of the operation.
  4. Click the \b Apply or \b OK button.

See Also a sample TUI Script of a \ref tui_mesh_through_point "Mesh through point" operation. */