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.
+It also allowed 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.
+
**Apply** button creates faces.
**Cancel** button cancels the operation.
.. centered::
Create a shell
-Select one or several faces in the viewer.
+Select one or several faces in the viewer. Additionally, it is allowed to select a whole sketch result from the object browser. In this case, the result shell will contain faces corresponding to all smallest closed contours of the sketch.
**Apply** button creates a shell.
.. centered::
Create vertices
-Select one or several vertices in the viewer.
+Select one or several vertices in the viewer. It also allowed to select a whole sketch result in the object browser, then all start and end points of the sketch segments will be added into result. Checkbox **Compute intersections** forces to include intersection vertices of edges of the selected sketch.
**Apply** button creates vertices.
**TUI Command**:
-.. py:function:: model.addVertex(Part_doc, Shapes)
+.. py:function:: model.addVertex(Part_doc, Shapes, doIntersect)
:param part: The current part object.
:param list: A list of shapes.
+ :param bool: Intersect edges (applicable for sketch only). False by default.
:return: Result object.
Result