help example mistake

This commit is contained in:
dmv 2010-01-27 13:20:19 +00:00
parent f0505c9a6f
commit 0f8fc7e029

View File

@ -100,7 +100,7 @@ Example code:
import geompy
import GEOM
box = geompy.MakeBoxDXDYDZ(10,10,10)
type = geompy.GetShapeType()
type = box.GetShapeType()
print type == GEOM.SOLID
\endcode