Salome HOME
Removed execute() call from MakeBrick1.py
[modules/shaper.git] / src / PythonAPI / examples / MakeBrick1.py
index 07a2629ec354479730f9eea4a9499992e138625f..10eb81b079664b3b23ba289f4f132395760cf764 100644 (file)
@@ -56,7 +56,6 @@ c1 = mystand.addCircle(0, 25, 5)
 mystand.setDistance(c1.center(), mystand.addLine(thisxmin), 10)
 mystand.setDistance(c1.center(), mystand.addLine(thiszmax), 10)
 
-mystand.execute()
 
 myboss = model.addExtrusion(mypart, mystand.selectFace(), -5)