Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / FeaturesPlugin / doc / extrusionFeature.rst
index 831509d680ebf71e2e4f4732b3988de9a55c324b..d3b2b3f41a1552cfba9d5c382292bcef2c4efd7f 100644 (file)
@@ -2,7 +2,7 @@
 Extrusion
 =========
 
-Extrusion feature extrudes selected objects along their normals or selected axis.
+Extrusion feature extrudes selected objects along their normals or the selected axis.
 
 To perform Extrusion 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 will be opened with two variants:
+There are two variants of the property panel for Extrusion depending on the chosen option:
 
 .. image:: images/extrusion_by_sizes.png
    :align: left
@@ -43,10 +43,10 @@ By sizes
 .. centered::
   Extrusion: 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.
+- **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.
 
 **TUI Command**:  *model.addExtrusion(part, objects, size);*
 
@@ -73,9 +73,9 @@ The Result of the operation will be an extruded shape:
           :align: center
 
 .. centered::
-   **Extrusion created**
+   **Created Extrusion**
 
-**See Also** a sample TUI Script of :ref:`tui_create_extrusion_by_sizes` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_extrusion_by_sizes` operation.
 
 By bounding planes
 ------------------
@@ -86,12 +86,12 @@ By bounding planes
 .. centered::
   Extrusion: 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.
+- **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 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.
 
 **TUI Command**:  *model.addExtrusion(part, objects, toObject, toOffset, fromObject, fromOffset);*
 
@@ -110,6 +110,6 @@ The Result of the operation will be an extruded shape:
           :align: center
 
 .. centered::
-   **Extrusion created**
+   **Created Extrusion**
 
-**See Also** a sample TUI Script of :ref:`tui_create_extrusion_by_bounding_planes` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_extrusion_by_bounding_planes` operation.