Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / FeaturesPlugin / doc / fillFeature.rst
index 81504a80a3fc835ca754416cd395ff407f831f88..19db3d8e25148d2490a58b6d08e2bf54a5f16b02 100644 (file)
@@ -2,9 +2,9 @@
 Fill
 ====
 
-The feature Fill implements a boolean operation for filling of main objects by parts of tool objects.
+Fill feature implements a Boolean operation filling of main objects by parts of tool objects.
 
-To perform a boolean operation Fill in the active part:
+To perform Fill in the active part:
 
 #. select in the Main Menu *Features - > Fill* item  or
 #. click **Fill** button in the toolbar
@@ -24,7 +24,7 @@ The following property panel will be opened:
    **Fill operation**
 
 - **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut and filled by tool objects.
--  **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and filled the main objects.
+-  **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and fill the main objects.
 - **See preview** button shows a result of the operation.
 
 **TUI Command**:  *model.addFill(Part_doc, mainObjects, toolObjects)*
@@ -34,7 +34,7 @@ The following property panel will be opened:
 Result
 """"""
 
-The Result of the operation will be a shape which is a fill of tool objects with main objects:
+The Result of the operation will be a shape, which is a fill of tool objects with main objects:
 
 .. image:: images/CreatedFill.png
           :align: center
@@ -42,4 +42,4 @@ The Result of the operation will be a shape which is a fill of tool objects with
 .. centered::
    **Fill created**
 
-**See Also** a sample TUI Script of :ref:`tui_create_fill` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_fill` operation.