mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
34 lines
854 B
Plaintext
34 lines
854 B
Plaintext
/*!
|
|
|
|
\page sewing_operation_page Sewing
|
|
|
|
\n To produce a \b Sewing operation in the <b>Main Menu</b> select <b>Repair - > Sewing</b>.
|
|
|
|
\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),</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>
|
|
|
|
\image html image112.png "The initial faces"
|
|
|
|
\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".
|
|
|
|
*/
|