Ask Your Question

Revision history [back]

Instead of show, use interactive:

c.interactive(delay=10, iterations=2, viewpoint=((x,y,z), angle))

Instead of show, use interactive:

c.interactive(delay=10, iterations=2, viewpoint=((x,y,z), angle))
viewpoint=((0.215, 0.3686, 0.9044), 124.36)

Instead of show, use interactive:

c.interactive(delay=10, iterations=2, viewpoint=((0.215, 0.3686, 0.9044), 124.36)
124.36))

Instead of show, use interactive:

c.interactive(delay=10, iterations=2, viewpoint=((0.215, 0.3686, 0.9044), 124.36))

If you don't want to get the playback slider and buttons at the top of the view, you can add the option animation_controls=False:

c.interactive(delay=10, iterations=2, viewpoint=((0.215, 0.3686, 0.9044), 124.36),
              animation_controls=False`)

The full list of options is here.

Instead of show, use interactive:

c.interactive(delay=10, iterations=2, viewpoint=((0.215, 0.3686, 0.9044), 124.36))

If you don't want to get the playback slider and buttons at the top of the view, you can add the option animation_controls=False:

c.interactive(delay=10, iterations=2, viewpoint=((0.215, 0.3686, 0.9044), 124.36),
              animation_controls=False`)
animation_controls=False)

The full list of options is here.