6 Face feature creates one or several faces using shapes already existing in other objects.
8 To create a face in the active part:
10 #. select in the Main Menu *Build - > Face* item or
11 #. click **Face** button in the toolbar
13 .. image:: images/feature_face.png
19 The following property panel will be opened:
21 .. image:: images/Face.png
27 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.
29 **Apply** button creates faces.
31 **Cancel** button cancels the operation.
33 **TUI Command**: *model.addFace(Part_doc, Shapes)*
35 **Arguments**: Part document + list of shapes.
40 The result of the operation will be a set of faces created from the selected shapes:
42 .. image:: images/CreateFace.png
46 Result of the operation.
48 **See Also** a sample TUI Script of :ref:`tui_create_face` operation.