Skip to content
Snippets Groups Projects
Commit fb885047 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

no wait

parent 919267c4
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,6 @@ for num in range(1, 4): ...@@ -150,7 +150,6 @@ for num in range(1, 4):
adjust_num_opt("General.RotationX", 10) adjust_num_opt("General.RotationX", 10)
set_opt("General.RotationY", option.getNumber("General.RotationX") / 3) set_opt("General.RotationY", option.getNumber("General.RotationX") / 3)
adjust_num_opt("General.RotationZ", 0.1) adjust_num_opt("General.RotationZ", 0.1)
gmsh.fltk.wait(0.01) # wait for 0.01s and resume execution
gmsh.graphics.draw() gmsh.graphics.draw()
# write out the graphics scene to an image file # write out the graphics scene to an image file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment