]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/check_free_boundaries_operation.doc
Salome HOME
Small corrections
[modules/geom.git] / doc / salome / gui / GEOM / input / check_free_boundaries_operation.doc
1 /*!
2
3 \page check_free_boundaries_operation_page Check Free Boundaries
4
5 \n To <b>Check Free Boundaries</b> in the <b>Main Menu</b> select <b>Repair - > Check Free Boundaries</b>.
6
7 \n This operation detects wires and edges that are not shared between
8 two faces and are considered a shape's boundary. This control highlights them.
9
10 \n The \b Result will be a \b GEOM_Object. 
11
12 \n <b>TUI Command:</b> <em>(NoError, ClosedWires, OpenWires) =
13 geompy.GetFreeBoundary(Shape),</em> where \em Shape is a shape to be
14 checked, \em NoError is false if an error occurred while checking free
15 boundaries, \em ClosedWires is a list of closed free boundary wires,
16 \em OpenWires is a list of open free boundary wires.
17
18 \image html repair9.png
19
20 \n <b>Example:</b>
21
22 \image html free_boudaries1.png
23
24 \image html free_boudaries2.png
25
26 Our <b>TUI Scripts</b> provide you with useful examples of the use of 
27 \ref tui_check_free_boundaries "Repairing Operations".
28
29 */