2008-03-07 12:47:05 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page merging_elements_page Merging Elements
|
|
|
|
|
|
|
|
\n This functionality allows to merge coincident elements of a mesh
|
2015-04-27 18:21:01 +05:00
|
|
|
object selectable in the dialog box. Two elements are considered coincident if they are based on the same set of nodes.
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2015-04-27 18:21:01 +05:00
|
|
|
\image html mergeelems_ico.png "Merge elements menu button"
|
2009-02-17 10:27:49 +05:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
<ol>
|
2015-04-27 18:21:01 +05:00
|
|
|
<li>Choose in the main menu \b Modification -> \b Transformation
|
|
|
|
-> <b>Merge elements</b> item. The following dialog box shall
|
|
|
|
appear:</li>
|
2009-02-17 10:27:49 +05:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
\image html mergeelems_auto.png
|
|
|
|
<br>
|
|
|
|
<ul>
|
2015-04-27 18:21:01 +05:00
|
|
|
<li>\b Name is the name of the mesh object whose elements will be
|
|
|
|
merged.</li>
|
2012-08-09 16:03:55 +06:00
|
|
|
<li>\b Automatic or \b Manual Mode allows choosing how the elements
|
2015-04-27 18:21:01 +05:00
|
|
|
are processed.
|
2012-08-09 16:03:55 +06:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<li><b>Automatic mode:</b>
|
|
|
|
<ul>
|
2015-04-27 18:21:01 +05:00
|
|
|
<li>In the \b Automatic Mode the elements created on the same nodes
|
|
|
|
will be merged.</li>
|
2012-08-09 16:03:55 +06:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>If the \b Manual Mode is selected, additional controls are
|
2015-04-27 18:21:01 +05:00
|
|
|
available:
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
\image html mergeelems.png
|
|
|
|
<br>
|
|
|
|
<ul>
|
2015-04-27 18:21:01 +05:00
|
|
|
<li>\b Detect button generates the list of coincident elements found
|
|
|
|
in the selected object.</li>
|
2012-08-09 16:03:55 +06:00
|
|
|
<li><b>Coincident elements</b> is a list of groups of elements for
|
2015-05-25 14:40:41 +05:00
|
|
|
merging. After the operation all elements of each group will
|
|
|
|
be united into one element. The first element of a group is kept and
|
|
|
|
the others are removed.
|
2008-03-07 12:47:05 +05:00
|
|
|
<ul>
|
2012-08-09 16:03:55 +06:00
|
|
|
<li>\b Remove button deletes the selected group from the list.</li>
|
|
|
|
<li>\b Add button adds to the list a group of elements selected in the
|
2015-04-27 18:21:01 +05:00
|
|
|
viewer with pressed "Shift" key.</li>
|
2015-05-25 14:40:41 +05:00
|
|
|
<li><b>Select all</b> check-box selects all groups.</li>
|
|
|
|
<li><b>Show double elements IDs</b> check-box shows/hides identifiers of
|
|
|
|
elements of the selected groups in the 3D viewer.</li>
|
2012-08-09 16:03:55 +06:00
|
|
|
</ul></li>
|
|
|
|
<li><b>Edit selected group</b> list allows editing the selected group:
|
|
|
|
<br><br>
|
|
|
|
\image html add.png
|
2015-04-27 18:21:01 +05:00
|
|
|
<center>adds to the group the elements selected in the viewer.</center>
|
2012-08-09 16:03:55 +06:00
|
|
|
<br>
|
|
|
|
\image html remove.png
|
2015-05-25 14:40:41 +05:00
|
|
|
<center>removes the selected elements from the group.</center>
|
2012-08-09 16:03:55 +06:00
|
|
|
<br>
|
|
|
|
\image html sort.png
|
|
|
|
<center>moves the selected element to the first position in the
|
2015-05-25 14:40:41 +05:00
|
|
|
group in order to keep it in the mesh.</center>
|
2012-08-09 16:03:55 +06:00
|
|
|
<br>
|
|
|
|
</li>
|
|
|
|
<li>To confirm your choice click \b Apply or <b>Apply and Close</b> button.</li>
|
2008-03-07 12:47:05 +05:00
|
|
|
</ul>
|
2012-08-09 16:03:55 +06:00
|
|
|
</ol>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
In this picture you see a triangle which coincides with one of the
|
|
|
|
elements of the mesh. After we apply <b>Merge Elements</b> functionality, the
|
|
|
|
triangle will be completely merged with the mesh.
|
|
|
|
|
|
|
|
\image html meshtrianglemergeelem1.png
|
|
|
|
|
2009-02-17 10:27:49 +05:00
|
|
|
<br><b>See Also</b> a sample TUI Script of a
|
|
|
|
\ref tui_merging_elements "Merge Elements" operation.
|
2008-03-07 12:47:05 +05:00
|
|
|
|
|
|
|
*/
|