Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/geom.git] / doc / salome / gui / GEOM / input / tui_check_shape.doc
index f9ca32c9714e9de87a0614bc344ee578de3787f3..5e11279eff0108efbbee713e9b43f4e70b291b38 100644 (file)
@@ -1,17 +1,7 @@
 /*!
 
 \page tui_check_shape_page Check Shape
-
-\code
-import geompy
-
-# create a box
-box = geompy.MakeBoxDXDYDZ(100,30,100)
-IsValid = geompy.CheckShape(box)
-if IsValid == 0:
-    raise RuntimeError, "Invalid box created"
-else:
-    print "\nBox is valid"
-\endcode
+\include check_shape.py
+<a href="../../examples/GEOM/check_shape.py">Download this script</a>
 
 */