load_as#

anim_flipbook.load_as(p0: str) int#

Specify whether to load the flipbook as graphic objects or images.

Since graphic_images record the image on the screen, make sure there is no overlaying dialog or image overlapping the main graphics window.
Args:
p0:

‘option’ graphic_objects

p1:

‘option’ graphic_images

Examples:
ensight.anim_flipbook.load_as("graphic_images")
Returns:

zero on success, non-zero on error