From: dbv Date: Tue, 14 Jun 2016 14:28:41 +0000 (+0300) Subject: Removed execute() call from MakeBrick1.py X-Git-Tag: V_2.4.0~91^2~47 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a6024b089df17113e857565b2eb087ba6180839;p=modules%2Fshaper.git Removed execute() call from MakeBrick1.py --- diff --git a/src/PythonAPI/examples/MakeBrick1.py b/src/PythonAPI/examples/MakeBrick1.py index 07a2629ec..10eb81b07 100644 --- a/src/PythonAPI/examples/MakeBrick1.py +++ b/src/PythonAPI/examples/MakeBrick1.py @@ -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)