Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / doc / salome / gui / SMESH / input / using_operations_on_groups.rst
index 0c03441575a0026a540616ea1fd236afa2a6b645..717901df4688b49443016a125df885766b115862 100644 (file)
@@ -22,18 +22,17 @@ 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
 the new one.
 
 mesh elements that are present in the initial groups will be added to
 the new one.
 
-**To union groups:**
+*To union groups:*
 
 #. In the **Mesh** menu select the **Union Groups** item. The following dialog box will appear:
 
        .. image:: ../images/uniongroups.png
                :align: center                                                 
 
 
 #. In the **Mesh** menu select the **Union Groups** item. The following dialog box will appear:
 
        .. image:: ../images/uniongroups.png
                :align: center                                                 
 
-       In this dialog box you should specify the name of the resulting group and set of groups which will be united.
+   In this dialog box you should specify the name of the resulting group and set of groups which will be united.
 
 
-       For example, we have two groups Group1 and Group2. 
-
-       The result of their **Union** will be Group12:
+   For example, we have two groups Group1 and Group2. 
+   The result of their **Union** will be Group12:
 
        .. image:: ../images/image133.gif
                :align: center
 
        .. image:: ../images/image133.gif
                :align: center
@@ -56,8 +55,7 @@ the new one.
 #. Click the **Apply** or **Apply and Close** button to confirm creation of the group.
 
 
 #. Click the **Apply** or **Apply and Close** button to confirm creation of the group.
 
 
-**See Also** a sample TUI Script of a 
-:ref:`tui_union_of_groups` operation.
+**See Also** a sample TUI Script of a :ref:`tui_union_of_groups` operation.
 
 
 .. _intersection_anchor:
 
 
 .. _intersection_anchor:
@@ -69,18 +67,17 @@ This operation allows to create a new group in such a way that all
 mesh elements that are present in all initial groups together are added to the
 new one.
 
 mesh elements that are present in all initial groups together are added to the
 new one.
 
-**To intersect groups:**
+*To intersect groups:*
 
 #. In the **Mesh** menu select the **Intersect Groups** item. The following dialog box will appear:
 
        .. image:: ../images/intersectgroups.png
                :align: center                                                 
 
 
 #. In the **Mesh** menu select the **Intersect Groups** item. The following dialog box will appear:
 
        .. image:: ../images/intersectgroups.png
                :align: center                                                 
 
-       In this dialog box you should specify the name of the resulting group and set of groups which will be intersected.
-
-       For example, we have two groups Group1 and Group2. 
+   In this dialog box you should specify the name of the resulting group and set of groups which will be intersected.
 
 
-       The result of their **Intersection** will be Group12a:
+   For example, we have two groups Group1 and Group2. 
+   The result of their **Intersection** will be Group12a:
 
        .. image:: ../images/image133.gif
                :align: center
 
        .. image:: ../images/image133.gif
                :align: center
@@ -103,8 +100,7 @@ new one.
 #. Click the **Apply** or **Apply and Close** button to confirm creation of the group.
 
 
 #. Click the **Apply** or **Apply and Close** button to confirm creation of the group.
 
 
-**See Also** a sample TUI Script of an  
-:ref:`tui_intersection_of_groups` operation.  
+**See Also** a sample TUI Script of an :ref:`tui_intersection_of_groups` operation.  
 
 
 .. _cut_anchor:
 
 
 .. _cut_anchor:
@@ -116,17 +112,17 @@ This operation allows to create a new group in such a way that all
 mesh elements that are present in the main groups but are absent in the
 tool groups are added to the new one.
 
 mesh elements that are present in the main groups but are absent in the
 tool groups are added to the new one.
 
-**To cut groups:**
+*To cut groups:*
 
 #. In the **Mesh** menu select the **Cut Groups** item. The following dialog box will appear:
 
        .. image:: ../images/cutgroups.png
                :align: center                                                 
 
 
 #. In the **Mesh** menu select the **Cut Groups** item. The following dialog box will appear:
 
        .. image:: ../images/cutgroups.png
                :align: center                                                 
 
-       In this dialog box you should specify the name of the resulting group and groups which will be cut.
+   In this dialog box you should specify the name of the resulting group and groups which will be cut.
 
 
-       For example, we have two groups Group1 and Group2. 
-       The result of their **Cut** will be Group12b:
+   For example, we have two groups Group1 and Group2. 
+   The result of their **Cut** will be Group12b:
 
        .. image:: ../images/image133.gif
                :align: center
 
        .. image:: ../images/image133.gif
                :align: center
@@ -149,7 +145,6 @@ tool groups are added to the new one.
 #. Click the **Apply** or **Apply and Close** button to confirm creation of the group.
 
 
 #. Click the **Apply** or **Apply and Close** button to confirm creation of the group.
 
 
-**See Also** a sample TUI Script of a 
-:ref:`tui_cut_of_groups` operation.  
+**See Also** a sample TUI Script of a :ref:`tui_cut_of_groups` operation.