Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / suppress_holes_operation.doc
1 /*!
2
3 \page suppress_holes_operation_page Suppress Holes
4
5 \n To <b>Suppress Holes</b> in the <b>Main Menu</b> select <b>Repair - > Suppress Holes</b>.
6
7 \n This operation removes holes with free boundaries on a selected
8 shell or face. This operation is available in <b>OCC Viewer</b> only.
9
10 \n The \b Result will be a \b GEOM_Object.
11
12 \n <b>TUI Command:</b> <em>geompy.SuppressHoles(Shape,
13 ListOfWireID),</em> where \em Shape is a shell or face, where holes
14 with free boundaries must be removed, \em ListOfWireID is a list of wire sub-shapes ID's. If it is
15 empty, then all holes are removed.
16
17 \image html repair5.png
18
19 \n <b>Arguments:</b> Name + 1 shape + Wires which should be removed.
20 \n <b>Remove all holes</b> checkbox allows to fill all holes of a definite shape.
21 \n \b Detect button allows to display the number of free boundaries in
22 your shape:
23
24 \image html neo-detect2.png
25
26 \n <b>Example:</b>
27
28 \image html image109.png "The cone with a hole"
29
30 \image html image110.png "The hole has been suppressed"
31
32 Our <b>TUI Scripts</b> provide you with useful examples of the use of
33 \ref tui_suppress_holes "Repairing Operations".
34
35 */