Salome HOME
Issue #1773: Script python does not work
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick1.py
index 5ef2f3c459fe26a2f0071d94dbfa91a04b4ec834..6434488d4fb26325add62aa0eee421f4e396211a 100644 (file)
@@ -69,7 +69,7 @@ model.do()
 
 # Subtracting the cylinder to the box
 
-model.addCut(mypart, mybox.result(), myboss.result())
+model.addCut(mypart, mybox.results(), myboss.results())
 model.end()