mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-19 10:10:34 +05:00
help example mistake
This commit is contained in:
parent
f0505c9a6f
commit
0f8fc7e029
@ -100,7 +100,7 @@ Example code:
|
|||||||
import geompy
|
import geompy
|
||||||
import GEOM
|
import GEOM
|
||||||
box = geompy.MakeBoxDXDYDZ(10,10,10)
|
box = geompy.MakeBoxDXDYDZ(10,10,10)
|
||||||
type = geompy.GetShapeType()
|
type = box.GetShapeType()
|
||||||
print type == GEOM.SOLID
|
print type == GEOM.SOLID
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user