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