Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / suppress_faces_operation.doc
1 /*!
2
3 \page suppress_faces_operation_page Suppress Faces
4
5 \n To produce a <b>Suppress Faces</b> operation in the <b>Main
6 Menu</b> select <b>Repair - > Suppress Faces</b>.
7
8 \n This operation suppresses a face of a shape. This operation is
9 available in <b>OCC Viewer</b> only.
10
11 \n The \b Result will be a \b GEOM_Object (ListOfGeomShapes).
12
13 \n <b>TUI Command:</b> <em>geompy.SuppressFaces(Shape, ListOfID),</em>
14 where \em Shape is a shape to be processed, \em ListOfID is a list of faces
15 ID's to be removed.
16 \n <b>Arguments:</b> Name + 1 shape + Faces which should be removed
17 (you can select them in the 3D viewer).
18
19 \image html repair2.png
20
21 \n <b>Example:</b>
22
23 \image html suppress_faces1.png "The initial box"
24
25 \image html suppress_faces2.png "The box with suppressed faces"
26
27 Our <b>TUI Scripts</b> provide you with useful examples of the use of
28 \ref tui_suppress_faces "Repairing Operations".
29
30 */