Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
[modules/shaper.git] / src / BuildPlugin / doc / fillingFeature.rst
index 5e5fc91826151d7e9fba27d7d13b13ccaf71c8b3..dd68b770908c6ce1b4a655fd1fdc0d9cb1b63294 100644 (file)
@@ -1,10 +1,49 @@
 
- Filling
- =======
+Filling
+=======
 
+The Filling feature creates one or several faces using already existing edges or wires in other objects.
+
+To create 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 a viewer.
+
+**Advanced options** lets to manage filling process.
+
+**Apply** button creates a filling.
+
+**Cancel** button cancels operation.
+
+**TUI Command**:  *model.addFilling(Part_doc, Edges)*
+
+**Arguments**:   Part document + list of edges.
+
+Result
+""""""
+
+The result of the operation will be set of faces created from selected shapes:
+
+.. image:: images/CreateFilling.png
+  :align: center
+
+.. centered::
+  Result of the operation.
+
+**See Also** a sample TUI Script of a :ref:`tui_create_filling` operation.