X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_wire.doc;h=917332160a73166fb2e816a7cc85e756115de998;hb=3cd92817cb4c5ee5911d6f40fe977b5e57b980e1;hp=34a24b0e26531966f584c7f8590a890d3f6089ad;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_wire.doc b/doc/salome/gui/GEOM/input/creating_wire.doc old mode 100644 new mode 100755 index 34a24b0e2..917332160 --- a/doc/salome/gui/GEOM/input/creating_wire.doc +++ b/doc/salome/gui/GEOM/input/creating_wire.doc @@ -4,14 +4,22 @@ \n To create a \b Wire in the Main Menu select New Entity - > Build - > Wire -\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 TUI Command: geompy.MakeWire(ListOfShape) +It is possible to select wires or edges from objects. To specify sub-shape type, use +the Object Type radio buttons. -Arguments: 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 TUI Command: geompy.MakeWire(ListOfShape, Tolerance) + +Arguments: Name + List of connected wires or edges + Tolerance. \n Dialog Box: @@ -19,9 +27,9 @@ button. \n Example: -\image html wiresn.png +\image html wiresn.png "Wire" Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_wire "Advanced Geometric Objects". -*/ \ No newline at end of file +*/