5 Vertex feature creates one or several vertices using vertices already existing in other objects.
7 To create vertices in the active part:
9 #. select in the Main Menu *Build - > Vertex* item or
10 #. click **Vertex** button in the toolbar
12 .. image:: images/feature_vertex.png
18 The following property panel will be opened:
20 .. image:: images/Vertex.png
26 Select one or several vertices in the viewer.
28 **Apply** button creates vertices.
30 **Cancel** button cancels operation.
32 **TUI Command**: *model.addVertex(Part_doc, Shapes)*
34 **Arguments**: Part document + list of shapes.
39 The result of the operation will be a set of vertices created from the selected shapes:
41 .. image:: images/CreateVertex.png
45 Result of the operation.
47 **See Also** a sample TUI Script of :ref:`tui_create_vertex` operation.