]> SALOME platform Git repositories - modules/shaper.git/blob - src/BuildPlugin/doc/faceFeature.rst
Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
[modules/shaper.git] / src / BuildPlugin / doc / faceFeature.rst
1
2 Face
3 ====
4
5 The Face feature creates one or several faces using already existing faces in other objects.
6
7 To create face in the active part:
8
9 #. select in the Main Menu *Build - > Face* item  or
10 #. click **Face** button in the toolbar
11
12 .. image:: images/feature_face.png
13   :align: center
14
15 .. centered::
16   **Face** button
17
18 The following property panel will be opened:
19    
20 .. image:: images/Face.png
21   :align: center
22
23 .. centered::
24   Create a face
25   
26 Select one or several faces in viewer.
27
28 **Apply** button creates faces.
29
30 **Cancel** button cancels operation. 
31
32 **TUI Command**:  *model.addFace(Part_doc, Shapes)*
33
34 **Arguments**:   Part document + list of shapes.
35
36 Result
37 """"""
38
39 The result of the operation will be set of faces created from 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 a :ref:`tui_create_face` operation.