Skip to content

Commit

Permalink
Fixed core_animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Feb 25, 2020
1 parent c078876 commit 3094f55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/core_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
##You should have received a copy of the GNU Lesser General Public License
##along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function

import time
from math import pi

Expand All @@ -34,7 +32,7 @@

def build_shape():
boxshp = BRepPrimAPI_MakeBox(50., 50., 50.).Shape()
ais_boxshp = display.DisplayShape(boxshp, update=True)
ais_boxshp = display.DisplayShape(boxshp, update=True)[0]
return ais_boxshp


Expand Down

0 comments on commit 3094f55

Please sign in to comment.