]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Mantis issue 0021209: New Detect self-intersection tool.
authorjfa <jfa@opencascade.com>
Wed, 11 Jan 2012 07:55:55 +0000 (07:55 +0000)
committerjfa <jfa@opencascade.com>
Wed, 11 Jan 2012 07:55:55 +0000 (07:55 +0000)
doc/salome/gui/GEOM/input/using_measurement_tools.doc

index 489c2286295f284fea0cd2ce06ad2085313d3152..38876272762ede5bffce3045d39d34516933acab 100644 (file)
@@ -262,6 +262,11 @@ is returned, and encountered errors are printed in the python console.
  Returns True if there are no self-intersections. Reports pairs of
  intersected sub shapes, if there are any.
 
+\note This tool is useful for detection of shapes, not suitable for
+arguments of Boolean operations and Partition algorithm.
+For more information about Partition and Boolean Operations Algorithms
+and their limitations refer to <a href="SALOME_BOA_PA.pdf">this document</a>.
+
 \n <b>Result:</b> Boolean.
 \n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape),</em>
 where \em theShape is the shape checked for validity.