X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FfillingFeature.rst;h=dd68b770908c6ce1b4a655fd1fdc0d9cb1b63294;hb=9d8267a424a809d0f96593b13f8472666553ce2e;hp=5e5fc91826151d7e9fba27d7d13b13ccaf71c8b3;hpb=039191858ba7b136ae95291942a00db939c9d4ca;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/fillingFeature.rst b/src/BuildPlugin/doc/fillingFeature.rst index 5e5fc9182..dd68b7709 100644 --- a/src/BuildPlugin/doc/fillingFeature.rst +++ b/src/BuildPlugin/doc/fillingFeature.rst @@ -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.