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