X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fmerging_nodes.doc;h=8e2aa4fadac00b990462791b83e58546c2bfcb56;hp=fb88fb89e26492d3ea01eb832f636f5839bcac31;hb=b22e182dd1a2c30be324b21074158390d00714b3;hpb=0635c9fc80f67d1e5dc0e94ec85f487286a92070 diff --git a/doc/salome/gui/SMESH/input/merging_nodes.doc b/doc/salome/gui/SMESH/input/merging_nodes.doc index fb88fb89e..8e2aa4fad 100644 --- a/doc/salome/gui/SMESH/input/merging_nodes.doc +++ b/doc/salome/gui/SMESH/input/merging_nodes.doc @@ -2,62 +2,86 @@ \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 button" +\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.png -
    adds to the group the node selected in the viewer.
    +
    -\image html remove.png -
    removes from the group the selected node.
    +\image html mergenodes.png
    -\image html sort.png -
    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. To confirm your choice click \b Apply or Apply and Close button.
-\image html merging_nodes1.png "The initial obgect" +\image html merging_nodes1.png "The initial object" \image html merging_nodes2.png "The object has been merged with a very big tolerance"
See Also a sample TUI Script of a \ref tui_merging_nodes "Merge Nodes" operation. -*/ \ No newline at end of file +*/