mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 15:00:33 +05:00
Mantis issue 0021209: New Detect self-intersection tool.
This commit is contained in:
parent
2f48ab17e6
commit
dccb90c1a7
@ -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
|
Returns True if there are no self-intersections. Reports pairs of
|
||||||
intersected sub shapes, if there are any.
|
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>Result:</b> Boolean.
|
||||||
\n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape),</em>
|
\n <b>TUI Command:</b> <em>geompy.CheckSelfIntersections(theShape),</em>
|
||||||
where \em theShape is the shape checked for validity.
|
where \em theShape is the shape checked for validity.
|
||||||
|
Loading…
Reference in New Issue
Block a user