/*!
\page double_nodes_page Duplicate Nodes
\n This operation allows to duplicate nodes of your mesh, which can be
useful to emulate a crack in the model.
Duplication consists in replacement of an existing mesh element by another one.
Lower level elements of the duplicated ones are cloned automatically.
To duplicate nodes:
- From the \b Modification menu choose \b Transformation -> \b Duplicate
\b Nodes item or click "Duplicate Nodes" button in the toolbar.
\image html duplicate_nodes.png "Duplicate Nodes button"
- Check in the dialog box one of two radio buttons corresponding to
the type of nodes duplication operation you would like to perform.
- Fill the other fields available in the dialog box (depends on the chosen
operation mode).
- Click the \b Apply or Apply and Close button to perform the operation of nodes
duplication.
\n "Duplicate Nodes" dialog has two working modes:
- \ref mode_without_elem_anchor "Without the duplication of border elements"
- \ref mode_with_elem_anchor "With the duplication of border elements"
\anchor mode_without_elem_anchor
Without duplication of border elements
In this mode the dialog looks like:
\image html duplicate01.png
Parameters to be defined in this mode:
- Group of nodes to duplicate (mandatory): these nodes will be duplicated.
- Group of elements to replace nodes with new ones (optional): the duplicated nodes
will be associated with these elements.
- Construct group with newly created nodes option (checked by default):
if checked - the group with just created nodes will be built.
\anchor mode_with_elem_anchor
With duplication of border elements
In this mode the dialog looks like:
\image html duplicate02.png
Parameters to be defined in this mode:
- Group of elements to duplicate (mandatory): these elements will be duplicated.
- Group of nodes at not to duplicate (optional): group of nodes at crack bottom
which will not be duplicated.
- Group of elements to replace nodes with new ones (mandatory): the duplicated nodes
will be associated with these elements.
- Construct group with newly created elements option (checked by default):
if checked - the group of just created elements will be built.
- Construct group with newly created nodes option (checked by default):
if checked - the group of just created nodes will be built.
See Also a sample TUI Script of a \ref tui_duplicate_nodes "Duplicate nodes" operation.
*/