Salome HOME
Fix Redesign of SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / split_to_tetra.rst
index 692e3af3ef97cbb66abe27cf26b3a3e82f1d01a9..775ade4bd50d42f3b9b2436a0009218fda08bf3b 100644 (file)
@@ -7,34 +7,31 @@ Splitting volumes
 This operation allows to split either any volumic elements into
 tetrahedra or hexahedra into prisms. 2D mesh is modified accordingly.
 
-**To split volumes:**
+*To split volumes:*
 
-#. Select a mesh, a sub-mesh or a group.
-#. In the **Modification** menu select the **Split Volumes** item or click **"Split Volumes"** button in the toolbar.
-
-       .. image:: ../images/split_into_tetra_icon.png
-               :align: center
+.. |img| image:: ../images/split_into_tetra_icon.png
 
-       .. centered:: 
-               **"Split Volumes" button**
+#. Select a mesh, a sub-mesh or a group.
+#. In the **Modification** menu select the **Split Volumes** item or click *"Split Volumes"* button  |img| in the toolbar.
 
-       The following dialog box will appear:
+   The following dialog box will appear:
 
        .. image:: ../images/split_into_tetra.png
                :align: center                                                 
 
 
-       First it is possible to select the type of operation:
+   * First it is possible to select the type of operation:
 
        * If **Tetrahedron** button is checked, the operation will split volumes of any type into tetrahedra.
        * If **Prism** button is checked, the operation will split hexahedra into prisms.
-       * The main list contains the list of volumes to split. You can click on a volume in the 3D viewer and it will be highlighted (lock Shiftkeyboard button to select several volumes). Click **Add** button and the ID of this volume will be added to the list. To remove the selected element or elements from the list click **Remove** button. **Sort list** button allows to sort the list of IDs. **Filter** button allows applying a filter to the selection of volumes.
-               **Note:** If you split not all adjacent non-tetrahedral volumes, your mesh becomes non-conform. 
+   
+   * The main list contains the list of volumes to split. You can click on a volume in the 3D viewer and it will be highlighted (lock Shiftkeyboard button to select several volumes). Click **Add** button and the ID of this volume will be added to the list. To remove the selected element or elements from the list click **Remove** button. **Sort list** button allows to sort the list of IDs. **Filter** button allows applying a filter to the selection of volumes.
+     
+     .. note:: If you split not all adjacent non-tetrahedral volumes, your mesh becomes non-conform. 
   
-       * **Apply to all** radio button allows splitting all volumes of the currently selected mesh.
-       * If **Tetrahedron** element type is selected, **Split hexahedron** group allows specifying the number of tetrahedra  a hexahedron will be split into. If the chosen method does not allow to get a conform mesh, a generic solution is applied: an additional node is created at the gravity center of a hexahedron, serving an apex of tetrahedra, all quadrangle sides of the hexahedron are split into two triangles each serving a base of a new tetrahedron. 
-
-       * If **Prism** element type is selected, the **Split hexahedron** group looks as follows:
+   * **Apply to all** radio button allows splitting all volumes of the currently selected mesh.
+   * If **Tetrahedron** element type is selected, **Split hexahedron** group allows specifying the number of tetrahedra  a hexahedron will be split into. If the chosen method does not allow to get a conform mesh, a generic solution is applied: an additional node is created at the gravity center of a hexahedron, serving an apex of tetrahedra, all quadrangle sides of the hexahedron are split into two triangles each serving a base of a new tetrahedron. 
+   * If **Prism** element type is selected, the **Split hexahedron** group looks as follows:
 
                .. image:: ../images/split_into_prisms.png
                        :align: center                                                 
@@ -48,9 +45,9 @@ tetrahedra or hexahedra into prisms. 2D mesh is modified accordingly.
     
                * If **All domains** option is off, the operation stops when all hehexedra adjacent to the start hexahedron are split into prisms. Else the operation tries to continue splitting starting from  another hexahedron closest to the **Hexa location**. 
 
-       * **Select from** set of fields allows choosing a sub-mesh or an existing group whose elements will be added to the list as you click **Add** button.
+   * **Select from** set of fields allows choosing a sub-mesh or an existing group whose elements will be added to the list as you click **Add** button.
 
 
 #. Click **Apply** or **Apply and Close** button to confirm the operation.
 
-
+**See also** a sample TUI script of :ref:`modifying_meshes_split_vol` operation.