Salome HOME
Update from BR_V5_DEV 13Feb2009
[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 The \b Result  will be a \b GEOM_Object (WIRE).
11
12 \n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape)</em>
13
14 <b>Arguments:</b> Name + List of connected wires or edges.
15
16 \n <b>Dialog Box:</b>
17
18 \image html neo-obj3.png
19
20 \n <b>Example:</b>
21
22 \image html wiresn.png "Wire"
23
24 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
25 \ref tui_creation_wire "Advanced Geometric Objects".
26
27 */