geom/doc/salome/gui/GEOM/input/tui_whatis.doc
2012-08-09 07:58:02 +00:00

16 lines
201 B
Plaintext

/*!
\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
*/