Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / boudaries.doc
1 /*!
2
3 \page boundaries_page Check Free Boundaries
4
5 Detects and highlights  wires and edges that are not shared between
6 two faces and are considered a shape's boundary.
7
8 <b>TUI Command:</b> <em>(NoError, ClosedWires, OpenWires) =
9 geompy.GetFreeBoundary(Shape),</em> where \em Shape is a shape to be
10 checked, \em NoError is false if an error occurred while checking free
11 boundaries, \em ClosedWires is a list of closed free boundary wires,
12 \em OpenWires is a list of open free boundary wires.
13
14 See also a \ref tui_free_boundaries_page "TUI example".
15
16 \image html repair9.png
17
18 */