page#
- anim_flipbook.page(p0: float) int #
Specify which page of the flipbook animation to display.
Only applicable with run_type set to step.- Args:
- p0:
‘page_value’ page value of the flipbook animation to display, value must must be given in the appropriate corresponding increment
- Examples:
ensight.anim_flipbook.run_type("step") ensight.anim_flipbook.page(1.000000) ensight.anim_flipbook.page(2.000000) ensight.anim_flipbook.page(3.000000)
- Returns:
zero on success, non-zero on error