Salome HOME
Copyright update 2022
[modules/shaper.git] / src / FeaturesPlugin / doc / extrusionFuseFeature.rst
index 59d49043e4fb252d961d51e94d3a7bbc0a64a045..d60db4f6a65f3c3ae81f30299c203f5e68fe995f 100644 (file)
@@ -1,7 +1,7 @@
 .. |extrusion_fuse_btn.icon|    image:: images/extrusion_fuse_btn.png
 
 Extrusion Fuse
-=============
+==============
 
 Extrusion Fuse feature extrudes selected objects along their normals or the selected axis and fuses the result with other objects.
 
@@ -12,35 +12,40 @@ To perform Extrusion Fuse in the active part:
 
 The following property panel will be opened:
 
-.. image:: images/StartSketch.png
-  :align: center
+.. figure:: images/StartSketch.png
+   :align: center
 
-.. centered::
-  Start sketch
+   Start sketch
 
 There are three variants of the property panel for Extrusion Fuse depending on the chosen option:
 
-.. image:: images/extrusion_by_sizes.png
+.. figure:: images/extrusion_by_sizes.png
    :align: left
+   :height: 24px
+
 **By Sizes** extrudes objects by specifying sizes.
 
-.. image:: images/extrusion_by_bounding_planes.png
+.. figure:: images/extrusion_by_bounding_planes.png
    :align: left
+   :height: 24px
+
 **By Bounding Planes** extrudes objects by specifying bounding planes and offsets.
 
-.. image:: images/extrusion_through_all.png
+.. figure:: images/extrusion_through_all.png
    :align: left
+   :height: 24px
+
 **Through All** extrudes base objects to pass through all objects fuse with.
 
+--------------------------------------------------------------------------------
 
 By sizes
 --------
 
-.. image:: images/ExtrusionFuse1.png
-  :align: center
+.. figure:: images/ExtrusionFuse1.png
+   :align: center
 
-.. centered::
-  Extrusion Fuse: definition by sizes
+   Extrusion Fuse: definition by sizes
 
 - **Base objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be extruded.
 - **Axis** - if selected, it will be the direction of extrusion, otherwise objects normals will be used.
@@ -91,10 +96,9 @@ Result
 
 The Result of the operation will be an extruded shape:
 
-.. image:: images/extrusion_fuse_by_sizes_result.png
-          :align: center
+.. figure:: images/extrusion_fuse_by_sizes_result.png
+   :align: center
 
-.. centered::
    **Extrusion Fuse created**
 
 **See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_by_sizes` operation.
@@ -102,11 +106,10 @@ The Result of the operation will be an extruded shape:
 By bounding planes
 ------------------
 
-.. image:: images/ExtrusionFuse2.png
-  :align: center
+.. figure:: images/ExtrusionFuse2.png
+   :align: center
 
-.. centered::
-  Extrusion Fuse: definition by bounding planes
+   Extrusion Fuse: definition by bounding planes
 
 - **Base objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be extruded.
 - **Axis** - if selected, it will be the direction of extrusion, otherwise objects normals will be used.
@@ -146,10 +149,9 @@ Result
 
 The Result of the operation will be an extruded shape:
 
-.. image:: images/extrusion_fuse_by_bounding_planes_result.png
-          :align: center
+.. figure:: images/extrusion_fuse_by_bounding_planes_result.png
+   :align: center
 
-.. centered::
    **Extrusion Fuse created**
 
 **See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_by_bounding_planes` operation.
@@ -157,11 +159,10 @@ The Result of the operation will be an extruded shape:
 Through all
 -----------
 
-.. image:: images/ExtrusionFuse3.png
-  :align: center
+.. figure:: images/ExtrusionFuse3.png
+   :align: center
 
-.. centered::
-  Extrusion Fuse: definition through all objects
+   Extrusion Fuse: definition through all objects
 
 - **Base objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be extruded.
 - **Axis** - if selected, it will be the direction of extrusion, otherwise objects normals will be used.
@@ -189,10 +190,9 @@ Result
 
 The Result of the operation will be an extruded shape:
 
-.. image:: images/extrusion_fuse_through_all_result.png
-          :align: center
+.. figure:: images/extrusion_fuse_through_all_result.png
+   :align: center
 
-.. centered::
    **Extrusion Fuse created**
 
 **See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_through_all` operation.