2 .. |feature_face.icon| image:: images/feature_face.png
7 Face feature creates one or several faces using shapes already existing in other objects.
9 To create a face in the active part:
11 #. select in the Main Menu *Build - > Face* item or
12 #. click |feature_face.icon| **Face** button in the toolbar
14 The following property panel will be opened:
16 .. figure:: images/Face.png
21 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 It is also possible to select a whole sketch result from the object browser. In this case, the smallest closed contour of the sketch will be transformed to the planar face.
25 **Apply** button creates faces.
27 **Cancel** button cancels the operation.
31 .. py:function:: model.addFace(Part_doc, Shapes)
33 :param part: The current part object.
34 :param list: A list of shapes.
35 :return: Result object.
40 The result of the operation will be a set of faces created from the selected shapes:
42 .. figure:: images/CreateFace.png
45 Result of the operation.
47 **See Also** a sample TUI Script of :ref:`tui_create_face` operation.