X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_wire.doc;h=52357774e719ce38395e1b7ed8202d5f8200a336;hb=0f8fc7e029e6e4a3cb9380bef51f77253951cd76;hp=54cf6c79a7b894322a2a2f54d9c761995cc28a3d;hpb=392885c1a8d50369708bbe5e6b44033ed8b8ba51;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_wire.doc b/doc/salome/gui/GEOM/input/creating_wire.doc index 54cf6c79a..52357774e 100644 --- a/doc/salome/gui/GEOM/input/creating_wire.doc +++ b/doc/salome/gui/GEOM/input/creating_wire.doc @@ -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 TUI Command: geompy.MakeWire(ListOfShape) +\n TUI Command: geompy.MakeWire(ListOfShape, Tolerance) -Arguments: Name + List of connected wires or edges. +Arguments: Name + List of connected wires or edges + Tolerance. \n Dialog Box: @@ -24,4 +28,4 @@ button. Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_wire "Advanced Geometric Objects". -*/ \ No newline at end of file +*/