geom/doc/salome/gui/GEOM/input/sewing_operation.doc

34 lines
937 B
Plaintext
Raw Normal View History

/*!
\page sewing_operation_page Sewing
\n To produce a \b Sewing operation in the <b>Main Menu</b> select <b>Repair - > Sewing</b>.
2012-08-09 13:58:02 +06:00
\n It is possible to sew only compounds of faces or shells.
\n The \b Result will be a \b GEOM_Object.
\n <b>TUI Command:</b> <em>geompy.MakeSewing(ListOfShape, Precision, AllowNonManifold=False),</em>
where \em ListOfShape is list of faces or shells to be sewed, \em Precision is a
precision for sewing, \em AllowNonManifold flag that allows non-manifold sewing.
\image html repair6.png
\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:
\image html neo-detect2.png
\n <b>Example:</b>
2012-08-09 13:58:02 +06:00
\image html image112.png "The initial faces"
2012-08-09 13:58:02 +06:00
\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".
*/