Salome HOME
Removed execute() call from MakeBrick1.py
authordbv <dbv@opencascade.com>
Tue, 14 Jun 2016 14:28:41 +0000 (17:28 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 17 Jun 2016 11:41:08 +0000 (14:41 +0300)
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)