X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fmesh_through_point.doc;h=a86e6986ba832fefac8c8a2a1e2cee28c11422b7;hb=d3c8d42fe22e4abf7e96068298bd49f44a3fc428;hp=cd0d68ea9139b02db040ff64b4e9bcbd861b937c;hpb=79b1ac2b6df9117f16f11d444b1f165d477a1813;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/mesh_through_point.doc b/doc/salome/gui/SMESH/input/mesh_through_point.doc index cd0d68ea9..a86e6986b 100644 --- a/doc/salome/gui/SMESH/input/mesh_through_point.doc +++ b/doc/salome/gui/SMESH/input/mesh_through_point.doc @@ -1,34 +1,46 @@ /*! -\page mesh_through_point_page Mesh through point +\page mesh_through_point_page Moving nodes -\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 +\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 create a mesh passing through a point: +To displace a node:
    -
  1. From the \b Modification menu choose the Mesh through point item or -click "Mesh to pass through a point" button in the toolbar. +
  2. From the \b Modification menu choose the Move node item or +click "Move Node" button in the toolbar. -\image html mesh_node_to_point.png -
    "Mesh to pass through a point" button
    +\image html image67.png +
    "Move Node" button
    -The following dialog box shall appear: +The following dialog will appear: -\image html meshtopass.png +\image html meshtopass1.png "Manual node selection" + +\image html meshtopass2.png "Automatic node selection"
  3. -
  4. Enter the coordinates of the point.
  5. -
  6. 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.
  7. -
  8. Click the \b Apply or \b OK button.
  9. +
  10. Specify the way of node selection: manually (the first radio + button) or automatically (the second radio button).
  11. +
  12. If the manual method is selected, select the necessary node (X, Y, + Z fields show the original coordinates of the node to move) or type + the node ID.
  13. +
  14. Enter the coordinates of the destination point.
  15. +
  16. Click Update Destination button to set the coordinates + of the destination point equal to the coordinates of the node to + move.
  17. +
  18. Activate \b Preview check-box to show the result of move in the + viewer.
  19. +
  20. Click the \b Apply or Apply and Close button to confirm the + operation.
+\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_mesh_through_point "Mesh through point" operation. +\ref tui_moving_nodes "Moving Nodes" operation. -*/ \ No newline at end of file +*/