5 Wire feature creates a wire using edges already existing in other objects.
7 To create a wire in the active part:
9 #. select in the Main Menu *Build - > Wire* item or
10 #. click **Wire** button in the toolbar
12 .. image:: images/feature_wire.png
18 The following property panel will be opened:
20 .. image:: images/Wire.png
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.
28 **Apply** button creates a wire.
30 **Cancel** button cancels the operation.
32 **TUI Command**: *model.addWire(Part_doc, Shapes)*
34 **Arguments**: Part document + list of shapes.
39 The result of the operation will be a wire created from the selected shapes:
41 .. image:: images/CreateWire.png
45 Result of the operation.
47 **See Also** a sample TUI Script of :ref:`tui_create_wire` operation.