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

34 lines
851 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>.
\n This operation allows to sew several faces or shells.
\n The \b Result will be a \b GEOM_Object.
\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.
\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>
2009-02-13 17:16:39 +05:00
\image html image112.jpg "The initial faces"
2009-02-13 17:16:39 +05:00
\image html image113.jpg "The sewn faces"
Our <b>TUI Scripts</b> provide you with useful examples of the use of
\ref tui_sewing "Repairing Operations".
*/