Salome HOME
[bos #29336] problem in inertia calculus
[modules/geom.git] / doc / salome / gui / GEOM / input / boudaries.doc
1 /*!
2
3 \page boundaries_page Check Free Boundaries
4
5 This operation detects and highlights the free boundaries of the selected object. 
6
7 Free boundaries are wires and edges that are not shared between two faces.
8
9 \image html repair9.png
10
11 The information about the number of closed and open free boundaries is also provided. 
12
13 Press \b Apply or <b>Apply and Close</b> button to publish the corresponding wires or edges in the study. 
14
15 \image html repair9a.png "Free boundary of a compound"
16
17 <b>TUI Command:</b> <em>(NoError, ClosedWires, OpenWires) =
18 geompy.GetFreeBoundary(Shape),</em> where \em Shape is a shape to be
19 checked, \em NoError is false if an error occurred while checking free
20 boundaries, \em ClosedWires is a list of closed free boundary wires,
21 \em OpenWires is a list of open free boundary wires.
22
23 See also a \ref tui_free_boundaries_page "TUI example".
24
25
26
27 */