Salome HOME
0022750: [EDF] Improve ergonomics of the "Detect Self-intersections" dialog box
[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>Level of check</b> - The combo box that allows to set the level of checking shape on self-interference.
13   It defines which interferferences will be checked. Default value is "All interferences".
14 - <b>Compute self-intersections</b> button computes self-interferences.
15 - \b Summary section contains the general report if the object has self-intersections and/or if errors are occured during computation.
16 - \b Self-intersections list contains the list of self-intersections detected.
17 Select the intersection(s) to show <b>Sub-shapes</b> in the field to the right. 
18 - \b Apply and <b>Apply and Close</b> buttons are used to store interferences selected in the "Self-intersections" list box in the study for further analysis.
19 If no any interference is selected, all interferences are published in the study. Each interference is published as a child
20 compound of the source shape and contains a couple of intersecting sub-shapes.
21
22 \note This tool is useful for detection of shapes, not suitable for
23 arguments of Boolean operations and Partition algorithm.
24 For more information about Partition and Boolean Operations Algorithms
25 and their limitations refer to <a href="SALOME_BOA_PA.pdf">this document</a>.
26
27 \n <b>Result:</b> Boolean.
28 \n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape, theCheckLevel = GEOM.SI_ALL),</em> \n
29 where: \n
30 \em theShape is the shape checked for validity. \n
31 \em theCheckLevel is the level of check. Default value is GEOM.SI_ALL to check all interferences.
32
33 See also a \ref tui_check_self_intersections_page "TUI example".
34
35
36 */