Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / doc / salome / gui / GEOM / input / sewing_operation.doc
1 /*!
2
3 \page sewing_operation_page Sewing
4
5 \n To produce a \b Sewing operation in the <b>Main Menu</b> select <b>Repair - > Sewing</b>.
6
7 \n This operation allows to sew several faces or shells.
8
9 \n The \b Result will be a \b GEOM_Object. 
10
11 \n <b>TUI Command:</b> <em>geompy.MakeSewing(ListOfShape, Precision),</em>
12  where \em ListOfShape is list of faces or shells to be sewed, \em Precision is a
13 precision for sewing.
14
15 \image html repair6.png
16
17 \n <b>Arguments:</b> Name + 1 or more shapes + 1 value (sew
18 precision).
19 \n \b Detect button allows to display the number of free boundaries in
20 your shape:
21
22 \image html neo-detect2.png
23
24 \n <b>Example:</b>
25
26 \image html image112.jpg "The initial faces"
27
28 \image html image113.jpg "The sewn faces"
29
30 Our <b>TUI Scripts</b> provide you with useful examples of the use of
31 \ref tui_sewing "Repairing Operations".
32
33 */