geom/doc/salome/gui/GEOM/input/tui_whatis.doc

16 lines
201 B
Plaintext
Raw Normal View History

2012-08-09 13:58:02 +06:00
/*!
\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
*/