Salome HOME
Merge from V6_main_20120808 08Aug12
[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 or wires by
8 selecting them in the object browser or in the viewer holding Shift
9 button.
10
11 It is possible to select wires or edges from objects. To specify sub-shape type, use
12 the <b>Object Type</b> radio buttons.
13
14 Select \b Tolerance which will be used to check the
15 connections. If the \b Tolerance value is more than 1e-07, and a gap
16 within this tolerance is detected, the corresponding edges will be modified to
17 connect in the middle of the gap.
18 \n The \b Result will be a \b GEOM_Object (WIRE).
19
20 \n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
21
22 <b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
23
24 \n <b>Dialog Box:</b>
25
26 \image html neo-obj3.png
27
28 \n <b>Example:</b>
29
30 \image html wiresn.png "Wire"
31
32 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
33 \ref tui_creation_wire "Advanced Geometric Objects".
34
35 */