Salome HOME
Fix Redesign of SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / convert_to_from_quadratic_mesh.rst
index 0fa226cfb3c0990f486ee3c15eacdddd2db7e838..cd2a3e8ca56c1d88aac96d425a1a427d6ba35c28 100644 (file)
@@ -11,26 +11,22 @@ This functionality allows transforming linear meshes (or sub-meshes) to quadrati
 
 See :ref:`adding_quadratic_elements_page` for more information about quadratic meshes.
 
-**To produce a conversion:**
+*To produce a conversion:*
 
-#. Select a mesh or a sub-mesh in the Object Browser or in the Viewer.
-#. From the Modification menu or from the contextual menu in the Object Browser choose **Convert to/from Quadratic Mesh** item, or click **"Convert to/from quadratic"** button in the toolbar.
-
-       .. image:: ../images/image154.png
-               :align: center
+.. |img| image:: ../images/image154.png
 
-       .. centered::
-               **"Convert to/from quadratic" button**
+#. Select a mesh or a sub-mesh in the Object Browser or in the Viewer.
+#. From the Modification menu or from the contextual menu in the Object Browser choose **Convert to/from Quadratic Mesh** item, or click *"Convert to/from quadratic"* button |img| in the toolbar.
 
-       The following dialog box will appear:
+   The following dialog box will appear:
 
        .. image:: ../images/convert.png
                :align: center
 
 #. In this dialog box specify:
 
-       * If it is necessary to convert a linear mesh to quadratic or a quadratic mesh to linear. **Convert to bi-quadratic** creates some types of quadratic elements with additional central nodes: TRIA7, QUAD9 and HEXA27 elements instead of TRIA6, QUAD8, and HEXA20 elements respectively.
-       * If it is necessary to place **medium nodes** of the quadratic mesh **on the geometry** (meshed shape). This option is relevant for conversion to quadratic provided that the mesh is based on a geometry (not imported from file).
+   * If it is necessary to convert a linear mesh to quadratic or a quadratic mesh to linear. **Convert to bi-quadratic** creates some types of quadratic elements with additional central nodes: TRIA7, QUAD9 and HEXA27 elements instead of TRIA6, QUAD8, and HEXA20 elements respectively.
+   * If it is necessary to place **medium nodes** of the quadratic mesh **on the geometry** (meshed shape). This option is relevant for conversion to quadratic provided that the mesh is based on a geometry (not imported from file).
 
                .. image:: ../images/image156.gif
                        :align: center
@@ -46,7 +42,7 @@ See :ref:`adding_quadratic_elements_page` for more information about quadratic m
                        Quadratic mesh
 
 
-       * Click the **Apply** or **Apply and Close** button.
+#. Click the **Apply** or **Apply and Close** button.
 
 
 **See Also** a sample TUI Script of a :ref:`tui_quadratic` operation.