Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / tui_whatis.doc
1 /*!
2
3 \page tui_whatis_page What Is
4
5 \code
6 import geompy
7
8 # create a box
9 box = geompy.MakeBoxDXDYDZ(100,30,100)
10 Descr = geompy.WhatIs(box)
11 print "\nBox 100x30x100 description:"
12 print Descr
13 \endcode
14
15 */