smesh/doc/salome/gui/SMESH/input/uniting_two_triangles.doc

36 lines
979 B
Plaintext
Raw Normal View History

/*!
\page uniting_two_triangles_page Uniting two triangles
2015-05-25 14:40:41 +05:00
\n In MESH you can union two neighboring triangles by deletion
of the common edge.
<em>To unite two triangles:</em>
<ol>
<li>From the \b Modification menu choose the <b>Union of two
triangles</b> item or click <em>"Union of two triangles"</em> button
2015-05-25 14:40:41 +05:00
in the tool-bar.
2009-02-17 10:27:49 +05:00
\image html image71.png
<center><em>"Union of two triangles" button</em></center>
The following dialog box shall appear:
\image html unionoftwotriangles.png
</li>
<li>Enter IDs of nodes forming the required edge in the \b Edge field
2015-05-25 14:40:41 +05:00
(a couple of node IDs separated by a dash) or select this edge in
the 3D viewer.</li>
2009-02-17 10:27:49 +05:00
<li>Click the \b Apply or <b>Apply and Close</b> button.</li>
</ol>
2009-02-17 10:27:49 +05:00
\image html uniting_two_triangles1.png "The selected triangles"
2009-02-17 10:27:49 +05:00
\image html uniting_two_triangles2.png "The union of two triangles"
<br><b>See Also</b> a sample TUI Script of a
\ref tui_uniting_two_triangles "Uniting Two Triangles" operation.
*/