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