Salome HOME
Merge remote branch 'origin/akl/22379'
[modules/geom.git] / doc / salome / gui / GEOM / input / tui_check_self_intersections.doc
index e49de0a3065e45653adef23b658b440990113b57..d3d6c06af975af23e17a57a0b4f95a759ba09a16 100644 (file)
@@ -1,17 +1,6 @@
 /*!
 
 \page tui_check_self_intersections_page Detect Self-intersections
-
-\code
-import geompy
-
-# create a box
-box = geompy.MakeBoxDXDYDZ(100,30,100)
-IsValid = geompy.CheckSelfIntersections(box)
-if IsValid == 0:
-    raise RuntimeError, "Box with self-intersections created"
-else:
-    print "\nBox is valid"
-\endcode
+\tui_script{check_self_intersections.py}
 
 */