X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FfillingFeature.rst;h=7e0111cf7f2968d17a3d897257a155c6401d12ba;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=5e5fc91826151d7e9fba27d7d13b13ccaf71c8b3;hpb=1e2eaa713f139d2617c80eba9ede62d4e9976bb7;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/fillingFeature.rst b/src/BuildPlugin/doc/fillingFeature.rst index 5e5fc9182..7e0111cf7 100644 --- a/src/BuildPlugin/doc/fillingFeature.rst +++ b/src/BuildPlugin/doc/fillingFeature.rst @@ -1,10 +1,48 @@ +.. |feature_filling.icon| image:: images/feature_filling.png - 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 |feature_filling.icon| **Filling** button in the toolbar + +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**: + +.. py:function:: model.addFilling(Part_doc, Edges) + + :param part: The current part object. + :param list: A list of shapes. + :return: Result object. + +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.