Salome HOME
Merge from V7_3_BR branch 18/12/2013
[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 <br>Creates corresponding objects and publishes them into the study on
8 "Apply" or "Apply and Close".
9
10 <b>TUI Command:</b> <em>(NoError, ClosedWires, OpenWires) =
11 geompy.GetFreeBoundary(Shape),</em> where \em Shape is a shape to be
12 checked, \em NoError is false if an error occurred while checking free
13 boundaries, \em ClosedWires is a list of closed free boundary wires,
14 \em OpenWires is a list of open free boundary wires.
15
16 See also a \ref tui_free_boundaries_page "TUI example".
17
18 \image html repair9.png
19
20 */