scenario_keyframe_anim#
- file.scenario_keyframe_anim(p0: str) int #
When a scenario file/project is saved will determine if keyframe animation (if defined) will be included.
The default is ON.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.file.scenario_keyframe_anim("ON") ensight.file.save_scenario_file("/tmp/test_scenario")
- Returns:
zero on success, non-zero on error