Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / check_self_intersections.doc
1 /*!
2
3 \page check_self_intersections_page Detect Self-intersections
4
5 \n Checks the topology of the selected shape to detect self-intersections.
6  Returns True if there are no self-intersections. Reports pairs of
7  intersected sub-shapes, if there are any.
8
9 \note This tool is useful for detection of shapes, not suitable for
10 arguments of Boolean operations and Partition algorithm.
11 For more information about Partition and Boolean Operations Algorithms
12 and their limitations refer to <a href="SALOME_BOA_PA.pdf">this document</a>.
13
14 \n <b>Result:</b> Boolean.
15 \n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape),</em>
16 where \em theShape is the shape checked for validity.
17
18 See also a \ref tui_check_self_intersections_page "TUI example".
19
20 \image html measures11.png
21
22 */