Salome HOME
57f70a2c15041b4621d31907112ea81ac0d0be4c
[modules/shaper.git] / src / BuildPlugin / doc / faceFeature.rst
1 .. _buildFace:
2 .. |feature_face.icon|    image:: images/feature_face.png
3
4 Face
5 ====
6
7 Face feature creates one or several faces using shapes already existing in other objects.
8
9 To create a face in the active part:
10
11 #. select in the Main Menu *Build - > Face* item  or
12 #. click |feature_face.icon| **Face** button in the toolbar
13
14 The following property panel will be opened:
15    
16 .. image:: images/Face.png
17   :align: center
18
19 .. centered::
20   Create a face
21   
22 Select one or several faces in viewer. Additionally, a face can be build by a closed wire or a set of edges composing a closed wire.
23
24 **Apply** button creates faces.
25
26 **Cancel** button cancels the operation. 
27
28 **TUI Command**:
29
30 .. py:function:: model.addFace(Part_doc, Shapes)
31
32     :param part: The current part object.
33     :param list: A list of shapes.
34     :return: Result object.
35
36 Result
37 """"""
38
39 The result of the operation will be a set of faces created from the selected shapes:
40
41 .. image:: images/CreateFace.png
42   :align: center
43
44 .. centered::
45   Result of the operation.
46
47 **See Also** a sample TUI Script of :ref:`tui_create_face` operation.