Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_wire.doc
index 54cf6c79a7b894322a2a2f54d9c761995cc28a3d..917332160a73166fb2e816a7cc85e756115de998 100644 (file)
@@ -4,14 +4,22 @@
 
 \n To create a \b Wire in the <b>Main Menu</b> select <b>New Entity - > Build - > Wire</b>
 
-\n You can create a \b Wire from several connected edges and wires by
+\n You can create a \b Wire from several connected edges or wires by
 selecting them in the object browser or in the viewer holding Shift
 button.
-\n The \b Result  will be a \b GEOM_Object (WIRE).
 
-\n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape)</em>
+It is possible to select wires or edges from objects. To specify sub-shape type, use
+the <b>Object Type</b> radio buttons.
 
-<b>Arguments:</b> Name + List of connected wires or edges.
+Select \b Tolerance which will be used to check the
+connections. If the \b 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.
+\n The \b Result will be a \b GEOM_Object (WIRE).
+
+\n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
+
+<b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
 
 \n <b>Dialog Box:</b>
 
@@ -24,4 +32,4 @@ button.
 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
 \ref tui_creation_wire "Advanced Geometric Objects".
 
-*/
\ No newline at end of file
+*/