![]() | 1 | initial version |
Instead of show
, use interactive
:
c.interactive(delay=10, iterations=2, viewpoint=((x,y,z), angle))
![]() | 2 | No.2 Revision |
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)
![]() | 3 | No.3 Revision |
Instead of show
, use interactive
:
c.interactive(delay=10, iterations=2, viewpoint=((0.215, 0.3686, 0.9044), 124.36)
124.36))
![]() | 4 | No.4 Revision |
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.
![]() | 5 | No.5 Revision |
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.