Salome HOME
86c556786c47d1a54dc5626f3e20ad018e66157e
[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 This operation checks the topology of the selected shape to detect self-intersections.
6
7 \image html measures11.png
8
9 In this dialog:
10
11 - \b Object - the checked object. \b Selection button allows picking it in the viewer or in the object browser. 
12 - \b Errors list contains the list of intersections. Select the intersection to show <b>Incriminated Sub-shapes</b> in the field to the right. 
13
14
15 \note This tool is useful for detection of shapes, not suitable for
16 arguments of Boolean operations and Partition algorithm.
17 For more information about Partition and Boolean Operations Algorithms
18 and their limitations refer to <a href="SALOME_BOA_PA.pdf">this document</a>.
19
20 \n <b>Result:</b> Boolean.
21 \n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape),</em>
22 where \em theShape is the shape checked for validity.
23
24 See also a \ref tui_check_self_intersections_page "TUI example".
25
26
27 */