Salome HOME
Update GEOM GUI documentation
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_wire.doc
1 /*!
2
3 \page create_wire_page Wire
4
5 \n To create a \b Wire in the <b>Main Menu</b> select <b>New Entity - > Build - > Wire</b>
6
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
9 button. 
10 \n Select \b Tolerance which will be used to check the
11 connections. If the \b Tolerance value is more than 1e-07, and a gap
12 within this tolerance is detected, the corresponding edges will be modified to
13 connect in the middle of the gap.
14 \n The \b Result will be a \b GEOM_Object (WIRE).
15
16 \n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
17
18 <b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
19
20 \n <b>Dialog Box:</b>
21
22 \image html neo-obj3.png
23
24 \n <b>Example:</b>
25
26 \image html wiresn.png "Wire"
27
28 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
29 \ref tui_creation_wire "Advanced Geometric Objects".
30
31 */