Salome HOME
5b7b1f62bd43c6b521e1938f995e78f5c782cf27
[modules/shaper.git] / src / BuildPlugin / doc / vertexFeature.rst
1 .. |feature_vertex.icon|    image:: images/feature_vertex.png
2
3 Vertex
4 ======
5
6 Vertex feature creates one or several vertices using vertices already existing in other objects.
7
8 To create vertices in the active part:
9
10 #. select in the Main Menu *Build - > Vertex* item  or
11 #. click |feature_vertex.icon| **Vertex** button in the toolbar
12
13 The following property panel will be opened:
14
15 .. image:: images/Vertex.png
16   :align: center
17
18 .. centered::
19   Create vertices
20
21 Select one or several vertices in the viewer.
22
23 **Apply** button creates vertices.
24
25 **Cancel** button cancels operation. 
26
27 **TUI Command**:
28
29 .. py:function:: model.addVertex(Part_doc, Shapes)
30
31     :param part: The current part object.
32     :param list: A list of shapes.
33     :return: Result object.
34
35 Result
36 """"""
37
38 The result of the operation will be a set of vertices created from the selected shapes:
39
40 .. image:: images/CreateVertex.png
41   :align: center
42
43 .. centered::
44   Result of the operation.
45
46 **See Also** a sample TUI Script of :ref:`tui_create_vertex` operation.