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