X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fmerging_nodes.doc;h=439e1fea3c6a7872f9c26517a4ec15a7a7308e6b;hb=de00066f64e01e9028cc5bfc0390911a590a9428;hp=7c5d622733abd6c5dabc2392762923744d93e0ee;hpb=79b1ac2b6df9117f16f11d444b1f165d477a1813;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/merging_nodes.doc b/doc/salome/gui/SMESH/input/merging_nodes.doc index 7c5d62273..439e1fea3 100644 --- a/doc/salome/gui/SMESH/input/merging_nodes.doc +++ b/doc/salome/gui/SMESH/input/merging_nodes.doc @@ -2,60 +2,102 @@ \page merging_nodes_page Merging nodes -\n This functionality allows user to detect groups of coincident nodes -with desirable tolerance, edit these groups and merge. +This functionality allows user to detect groups of coincident nodes +with specified tolerance; each group of the coincident nodes can be +then converted to the single node. + +\image html mergenodes_ico.png "Merge nodes menu button" To merge nodes of your mesh:
    -
  1. From the \b Modification choose \b Transformation and from its -sub-menu select the Merge nodes item. The following dialog box -shall appear: - -\image html mergenodes.png - +
  2. Choose \b Modification -> \b Transformation -> Merge nodes + menu item. The following dialog box shall appear:
  3. +
    +\image html mergenodes_auto.png +
    + +
  4. Automatic mode: +
    + +

  5. +
  6. The \b Manual mode gives you full control of what the operation will do. +In this mode additional controls are available: -
  7. -
  8. Coincident nodes is a list of groupes of nodes for -merging. All nodes of each group will form one after the -operation. +
  9. Coincident nodes is a list of groups of nodes for + merging. After the operation all nodes of each group will + be united into one node. The first node of a group is kept and + the others are removed. -
  10. -
  11. Edit selected group list allows editing the selected -group: -

    -\image html add.gif -
    adds to the group the node selected in the viewer.
    +
    -\image html remove.gif -
    removes from the group the selected node.
    +\image html mergenodes.png
    -\image html sort.gif -
    moves the selected node to the first position in the -group. This means that all other nodes will be merged into this -one.

    +
  12. +
  13. Edit selected group list allows editing the selected + group: +

    + \image html add.png +
    adds to the group the nodes selected in the viewer.
    +
    + \image html remove.png +
    removes from the group the selected nodes.
    +
    + \image html sort.png +
    moves the selected node to the first position in the + group in order to keep it in the mesh.

  14. -
  15. To confirm your choice click \b OK or \b Apply button.
  16. +
  17. To confirm your choice click \b Apply or Apply and Close button.
-\image html merging_nodes1.png +\image html merging_nodes1.png "The initial object" -\image html merging_nodes2.png +\image html merging_nodes2.png "The object has been merged"
See Also a sample TUI Script of a \ref tui_merging_nodes "Merge Nodes" operation. -*/ \ No newline at end of file +*/