]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/check_free_faces_operation.doc
Salome HOME
Merge from BR_Dev_For_4_0 branch (from mergeto_BR_QT4_Dev_07Jul08 tag)
[modules/geom.git] / doc / salome / gui / GEOM / input / check_free_faces_operation.doc
1 /*!
2
3 \page check_free_faces_operation_page Check Free Faces
4
5 \n To <b>Check Free Faces</b> in the <b>Main Menu</b> select <b>Repair - > Check Free Faces</b>.
6 \n This operation highlights all free faces from a given shape. A free
7 face is a face which is not shared between two objects of the shape.
8
9 \n \b NOTE: This functionality works only in VTK viewer.
10
11 \n The \b Result will be a \b GEOM_Object (a list of IDs of all free
12 faces, containing in the shape).
13 \n <b>TUI Command:</b> <em>GetFreeFacesIDs(Shape),</em> where \em Shape is
14 a shape to be checked.
15
16 \image html repair10.png
17
18 \n <b>Example:</b>
19
20 \image html free_faces1.png
21
22 \image html free_faces2.png
23
24 Our <b>TUI Scripts</b> provide you with useful examples of the use of
25 \ref tui_check_free_faces "Repairing Operations".
26
27 */