Salome HOME
Revert "Synchronize adm files"
[modules/geom.git] / doc / salome / gui / GEOM / input / sewing_operation.doc
1 /*!
2
3 \page sewing_operation_page Sewing
4
5 To produce a \b Sewing operation in the <b>Main Menu</b> select <b>Repair - > Sewing</b>.
6
7 The \b Result will be a \b GEOM_Object. 
8
9 \image html repair6.png
10
11 In this dialog: 
12 - Click on the "Arrow" button and select in the Object Browser or in the viewer one or more \b Shapes (faces or shells) to be sewn.
13 - Activate <b>Allow Non Manifold </b> check-box to produce non-manifold sewing, if required.
14 - Define precision for sewing in \b Tolerance field.
15 - Activate <b> Detect Free boundaries</b> button to display the number of free boundaries in the shape:
16 \image html neo-detect2.png 
17 - Click \b Apply or <b>Apply and Close</b> button.
18
19 This operation can be also launched using a <b>TUI Command:</b>
20
21 <em>geompy.MakeSewing(ListOfShape, Precision, AllowNonManifold=False),</em>
22
23 where \em ListOfShape is a list of faces or shells to be sewn, \em Precision is a
24 precision for sewing, \em AllowNonManifold is a flag that allows non-manifold sewing.
25
26 <b>Example:</b>
27
28 \image html image112.png "The initial faces"
29
30 \image html image113.png "The sewn faces"
31
32 Our <b>TUI Scripts</b> provide you with useful examples of the use of
33 \ref tui_sewing "Repairing Operations".
34
35 */