]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/gui/GEOM/input/check_self_intersections.doc
Salome HOME
Help Update for version 7.6.0
[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> - combo box allows setting the level of self-interference checking. It defines, which interferences will be checked. The default value is "All interferences".
13 - <b>Compute self-intersections</b> button performs the computation.
14 - \b Summary section contains the general report about self-intersections of the object and/or errors that occurred during the computation.
15 - \b Self-intersections list contains the list of detected self-intersections. Select the intersection to show <b>Sub-shapes</b> in the field to the right. 
16 - \b Apply and <b>Apply and Close</b> buttons store the interferences selected in the <b>Self-intersections</b> list box in the study for further analysis. 
17 If no interferences are selected, all of them are published in the study. Each interference is published as a child compound of the source shape and contains a couple of intersecting sub-shapes.
18
19 \note This tool is useful for detection of shapes that are not suitable as
20 arguments of Boolean operations and Partition algorithm.
21 For more information about Partition and Boolean Operations Algorithms
22 and their limitations refer to <a href="SALOME_BOA_PA.pdf">this document</a>.
23
24 \n <b>Result:</b> Boolean.
25 \n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape, theCheckLevel = GEOM.SI_ALL),</em> \n
26 where: \n
27 \em theShape is the shape checked for validity. \n
28 \em theCheckLevel is the level of check. Default value is GEOM.SI_ALL to check all interferences.
29
30 See also a \ref tui_check_self_intersections_page "TUI example".
31
32
33 */