Salome HOME
help example mistake
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_wire.doc
index 34a24b0e26531966f584c7f8590a890d3f6089ad..52357774e719ce38395e1b7ed8202d5f8200a336 100644 (file)
@@ -6,12 +6,16 @@
 
 \n You can create a \b Wire from several connected edges and 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).
+button. 
+\n 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)</em>
+\n <b>TUI Command:</b> <em>geompy.MakeWire(ListOfShape, Tolerance)</em>
 
-<b>Arguments:</b> Name + List of connected wires or edges.
+<b>Arguments:</b> Name + List of connected wires or edges + Tolerance.
 
 \n <b>Dialog Box:</b>
 
@@ -19,9 +23,9 @@ button.
 
 \n <b>Example:</b>
 
-\image html wiresn.png
+\image html wiresn.png "Wire"
 
 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
+*/