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