0019939: EDF 762 SMESH : Definition of groups from other existing groups.

Description is updated in accordance with implemented extension of boolean operations
This commit is contained in:
sln 2008-11-28 09:18:53 +00:00
parent 67bf00baef
commit 4e50b2a224

View File

@ -13,13 +13,13 @@ belong to one and the same mesh.
<br> <br>
\anchor union_anchor \anchor union_anchor
<h2>Union of two groups</h2> <h2>Union of groups</h2>
This operation allows to create a new group in such a way that all This operation allows to create a new group in such a way that all
mesh elements that are present in the initial groups will be added to mesh elements that are present in the initial groups will be added to
the new one. the new one.
<em>To union two groups:</em> <em>To union groups:</em>
<ol> <ol>
<li>In the \b Mesh menu select the <b>Union Groups</b> item. The following <li>In the \b Mesh menu select the <b>Union Groups</b> item. The following
dialog box will appear: dialog box will appear:
@ -27,7 +27,7 @@ dialog box will appear:
\image html uniongroups.png \image html uniongroups.png
In this dialog box you should specify the name of the resulting group In this dialog box you should specify the name of the resulting group
and two groups which will be united. and set of groups which will be united.
For example, we have two groups Group1 and Group2. For example, we have two groups Group1 and Group2.
\n The result of their \b Union will be Group12: \n The result of their \b Union will be Group12:
@ -45,17 +45,17 @@ For example, we have two groups Group1 and Group2.
</ol> </ol>
<b>See Also</b> a sample TUI Script of a <b>See Also</b> a sample TUI Script of a
\ref tui_union_of_two_groups "Union of two Groups" operation. \ref tui_union_of_groups "Union of Groups" operation.
<br> <br>
\anchor intersection_anchor \anchor intersection_anchor
<h2>Intersection of two groups</h2> <h2>Intersection of groups</h2>
This operation allows to create a new group in such a way that all This operation allows to create a new group in such a way that all
mesh elements that are present in both initial groups are added to the mesh elements that are present in all initial groups together are added to the
new one. new one.
<em>To intersect two groups:</em> <em>To intersect groups:</em>
<ol> <ol>
<li>In the \b Mesh menu select the <b>Intersect Groups</b> item. The <li>In the \b Mesh menu select the <b>Intersect Groups</b> item. The
following dialog box will appear: following dialog box will appear:
@ -63,7 +63,7 @@ following dialog box will appear:
\image html intersectgroups.png \image html intersectgroups.png
In this dialog box you should specify the name of the resulting group In this dialog box you should specify the name of the resulting group
and two groups which will be intersected. and set of groups which will be intersected.
For example, we have two groups Group1 and Group2. For example, we have two groups Group1 and Group2.
\n The result of their \b Intersection will be Group12a: \n The result of their \b Intersection will be Group12a:
@ -81,17 +81,17 @@ For example, we have two groups Group1 and Group2.
</ol> </ol>
<b>See Also</b> a sample TUI Script of an <b>See Also</b> a sample TUI Script of an
\ref tui_intersection_of_two_groups "Intersection of two Groups" operation. \ref tui_intersection_of_groups "Intersection of Groups" operation.
<br> <br>
\anchor cut_anchor \anchor cut_anchor
<h2>Cut of two groups</h2> <h2>Cut of groups</h2>
This operation allows to create a new group in such a way that all This operation allows to create a new group in such a way that all
mesh elements that are present in the main group but are absent in the mesh elements that are present in the main groups but are absent in the
tool group are added to the new one. tool groups are added to the new one.
<em>To cut two groups:</em> <em>To cut groups:</em>
<ol> <ol>
<li>In the \b Mesh menu select the <b>Cut Groups</b> item. The <li>In the \b Mesh menu select the <b>Cut Groups</b> item. The
following dialog box will appear: following dialog box will appear:
@ -99,7 +99,7 @@ following dialog box will appear:
\image html cutgroups.png \image html cutgroups.png
In this dialog box you should specify the name of the resulting group In this dialog box you should specify the name of the resulting group
and two groups which will be cut. and groups which will be cut.
For example, we have two groups Group1 and Group2. For example, we have two groups Group1 and Group2.
\n The result of their \b Cut will be Group12b: \n The result of their \b Cut will be Group12b:
@ -118,6 +118,6 @@ group.</li>
</ol> </ol>
<b>See Also</b> a sample TUI Script of a <b>See Also</b> a sample TUI Script of a
\ref tui_cut_of_two_groups "Cut of two Groups" operation. \ref tui_cut_of_groups "Cut of Groups" operation.
*/ */