To create a Wire in the Main Menu select New Entity - > Build - > Wire
You can create a Wire from several connected edges or wires by selecting them in the object browser or in the viewer holding Shift button.
It is possible to select wires or edges from objects. To specify sub-shape type, use the Object Type radio buttons.
Select Tolerance which will be used to check the connections. If the Tolerance value is more than 1e-07, and a gap within this tolerance is detected, the corresponding edges will be modified to connect in the middle of the gap.
The Result will be a GEOM_Object (WIRE).
TUI Command: geompy.MakeWire(ListOfShape, Tolerance)
Arguments: Name + List of connected wires or edges + Tolerance.
Dialog Box:
Example:
Our TUI Scripts provide you with useful examples of creation of Advanced Geometric Objects.