mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-19 03:50:33 +05:00
help example mistake
This commit is contained in:
parent
f0505c9a6f
commit
0f8fc7e029
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user