Salome HOME
IMPs 19766 (Wire from unconnected edges) and 20004 (NumberOfSolids)
[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. Select \b Tolerance which will be used to check
10 connections. If you use \b Tolerance more than 1e-07, and gap,
11 covered by this tolerance, is detected, edges will be modified to
12 connect in the middle of the gap.
13 \n The \b Result will be a \b GEOM_Object (WIRE).
14
15 \n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
16
17 <b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
18
19 \n <b>Dialog Box:</b>
20
21 \image html neo-obj3.png
22
23 \n <b>Example:</b>
24
25 \image html wiresn.png "Wire"
26
27 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
28 \ref tui_creation_wire "Advanced Geometric Objects".
29
30 */