Salome HOME
Merge branch 'master' into V9_3_BR
[modules/shaper.git] / src / FeaturesPlugin / doc / extrusionFuseFeature.rst
index b67d1faa62519d167aa13c2270c774a05fcc3cd5..bcb368698eebb296b2f43e3f394aea0572f6ef63 100644 (file)
@@ -2,7 +2,7 @@
 Extrusion Fuse
 =============
 
-Extrusion Fuse feature extrudes selected objects along their normals or selected axis and fuses result with other objects.
+Extrusion Fuse feature extrudes selected objects along their normals or the selected axis and fuses the result with other objects.
 
 To perform Extrusion Fuse in the active part:
 
@@ -23,7 +23,7 @@ The following property panel will be opened:
 .. centered::
   Start sketch
 
-After selecting one of the options property panel for Extrusion Fuse will be opened with two variants:
+There are two variants of the property panel for Extrusion Fuse depending on the chosen option:
 
 .. image:: images/extrusion_by_sizes.png
    :align: left
@@ -43,11 +43,11 @@ By sizes
 .. centered::
   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 then it will be direction of extrusion, otherwise objects normals will be used.
-- **To size** size for extrusion along direction.
-- **From size** size for extrusion in opposite direction.
-- **Fuse with** contains a list of objects which will but fused with the result of extrusion.
+- **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.
+- **To size** - size for extrusion in the direction.
+- **From size** - size for extrusion in the opposite direction.
+- **Fuse with** - contains a list of objects which will be fused with the result of extrusion.
 
 **TUI Command**:  *model.addExtrusionFuse(part, objectsToExtrude, size, objectsToFuse);*
 
@@ -76,7 +76,7 @@ The Result of the operation will be an extruded shape:
 .. centered::
    **Extrusion Fuse created**
 
-**See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_by_sizes` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_by_sizes` operation.
 
 By bounding planes
 ------------------
@@ -87,13 +87,13 @@ By bounding planes
 .. centered::
   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 then it will be direction of extrusion, otherwise objects normals will be used.
-- **To plane** planar face can be selected to bound extrusion from one side.
-- **To offset** offset for extrusion or for bounding plane if selected.
-- **From plane** planar face can be selected to bound extrusion from other side.
-- **From offset** offset for extrusion or for bounding plane if selected.
-- **Fuse with** contains a list of objects which will but fused with the result of extrusion.
+- **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.
+- **To plane** - a planar face can be selected to bound extrusion from one side.
+- **To offset** - offset for extrusion or for bounding plane, if selected.
+- **From plane** - a planar face can be selected to bound extrusion from the other side.
+- **From offset** - offset for extrusion or for bounding plane,  if selected.
+- **Fuse with** - contains a list of objects which will be fused with the result of extrusion.
 
 **TUI Command**:  *model.addExtrusionFuse(part, objects, toObject, toOffset, fromObject, fromOffset, objectsToFuse);*
 
@@ -114,4 +114,4 @@ The Result of the operation will be an extruded shape:
 .. centered::
    **Extrusion Fuse created**
 
-**See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_by_bounding_planes` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_extrusion_fuse_by_bounding_planes` operation.