Salome HOME
0022618: [CEA 1062] Define the transparency by default in the preferences
[modules/geom.git] / doc / salome / gui / GEOM / input / sewing_operation.doc
index 69da0597c9fb22f168e339932ae709de002d1f65..18d95e881189b5aa227fc328e86f9e3c2fe498e2 100644 (file)
@@ -2,30 +2,32 @@
 
 \page sewing_operation_page Sewing
 
-\n To produce a \b Sewing operation in the <b>Main Menu</b> select <b>Repair - > Sewing</b>.
+To produce a \b Sewing operation in the <b>Main Menu</b> select <b>Repair - > Sewing</b>.
 
-\n This operation allows to sew several faces or shells.
+The \b Result will be a \b GEOM_Object. 
 
-\n The \b Result will be a \b GEOM_Object. 
+\image html repair6.png
 
-\n <b>TUI Command:</b> <em>geompy.MakeSewing(ListOfShape, Precision),</em>
- where \em ListOfShape is list of faces or shells to be sewed, \em Precision is a
-precision for sewing.
+In this dialog: 
+- 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.
+- Activate <b>Allow Non Manifold </b> check-box to produce non-manifold sewing, if required.
+- Define precision for sewing in \b Tolerance field.
+- Activate <b> Detect Free boundaries</b> button to display the number of free boundaries in the shape:
+\image html neo-detect2.png 
+- Click \b Apply or <b>Apply and Close</b> button.
 
-\image html repair6.png
+This operation can be also launched using a <b>TUI Command:</b>
 
-\n <b>Arguments:</b> Name + 1 or more shapes + 1 value (sew
-precision).
-\n \b Detect button allows to display the number of free boundaries in
-your shape:
+<em>geompy.MakeSewing(ListOfShape, Precision, AllowNonManifold=False),</em>
 
-\image html neo-detect2.png
+where \em ListOfShape is a list of faces or shells to be sewn, \em Precision is a
+precision for sewing, \em AllowNonManifold is a flag that allows non-manifold sewing.
 
-\n <b>Example:</b>
+<b>Example:</b>
 
-\image html image112.jpg
+\image html image112.png "The initial faces"
 
-\image html image113.jpg
+\image html image113.png "The sewn faces"
 
 Our <b>TUI Scripts</b> provide you with useful examples of the use of
 \ref tui_sewing "Repairing Operations".