Salome HOME
Merge remote-tracking branch 'origin/master' into rnc/t_shape_plugin
[modules/geom.git] / doc / salome / gui / GEOM / input / tui_whatis.doc
index e89e8bf181f64a95063c11ea9dd48e8bba456801..603f341475503637c8c3946ac77b2a413f28d3c2 100644 (file)
@@ -1,15 +1,6 @@
 /*!
 
 \page tui_whatis_page What Is
-
-\code
-import geompy
-
-# create a box
-box = geompy.MakeBoxDXDYDZ(100,30,100)
-Descr = geompy.WhatIs(box)
-print "\nBox 100x30x100 description:"
-print Descr
-\endcode
+\tui_script{whatis.py}
 
 */