Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / BuildPlugin / doc / fillingFeature.rst
index 5e5fc91826151d7e9fba27d7d13b13ccaf71c8b3..da0b5ca242dfa3eb5adb5a09949e9993e6095e88 100644 (file)
@@ -1,10 +1,49 @@
 
- Filling
- =======
+Filling
+=======
 
+Filling feature creates one or several faces using shapes already existing in other objects.
+
+To create a filling in the active part:
+
+#. select in the Main Menu *Build - > Filling* item  or
+#. click **Filling** button in the toolbar
+
+.. image:: images/feature_filling.png
+  :align: center
+
+.. centered::
+  **Filling** button
+
+The following property panel will be opened:
 
 .. image:: images/Filling.png
   :align: center
 
 .. centered::
   Create a filling
+
+Select two or more edges in the viewer.
+
+**Advanced options** manage filling process.
+
+**Apply** button creates a filling.
+
+**Cancel** button cancels the operation.
+
+**TUI Command**:  *model.addFilling(Part_doc, Edges)*
+
+**Arguments**:   Part document + list of edges.
+
+Result
+""""""
+
+The result of the operation will be a set of faces created from the selected shapes:
+
+.. image:: images/CreateFilling.png
+  :align: center
+
+.. centered::
+  Result of the operation.
+
+**See Also** a sample TUI Script of :ref:`tui_create_filling` operation.