From 8a6024b089df17113e857565b2eb087ba6180839 Mon Sep 17 00:00:00 2001 From: dbv Date: Tue, 14 Jun 2016 17:28:41 +0300 Subject: [PATCH] Removed execute() call from MakeBrick1.py --- src/PythonAPI/examples/MakeBrick1.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2