]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/examples/blocks_operations_ex03.py
Salome HOME
Merge from V6_main 28/02/2013
[modules/geom.git] / doc / salome / examples / blocks_operations_ex03.py
index 546bc22748ae03ba2d12cd811a8136ad007d7349..268a52e10f65e0b5b126aca0e807140c0a001790 100644 (file)
@@ -4,7 +4,7 @@ import geompy
 import salome
 
 # create a box
-box = geompy.MakeBoxDXDYDZ(200, 200, 200)
+check_box = geompy.MakeBoxDXDYDZ(200, 200, 200)
 
 # build all possible propagation groups
 listChains = geompy.Propagate(check_box)