3 \page create_wire_page Wire
5 \n To create a \b Wire in the <b>Main Menu</b> select <b>New Entity - > Build - > Wire</b>
7 \n You can create a \b Wire from several connected edges and wires by
8 selecting them in the object browser or in the viewer holding Shift
10 \n The \b Result will be a \b GEOM_Object (WIRE).
12 \n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape)</em>
14 <b>Arguments:</b> Name + List of connected wires or edges.
18 \image html neo-obj3.png
22 \image html wiresn.png
24 Our <b>TUI Scripts</b> provide you with useful examples of creation of
25 \ref tui_creation_wire "Advanced Geometric Objects".