Playing a Batch Animation
Function Introduced:
Batch animation manages the display of animation frames inside Creo+. When you call ProBatchAnimationStart(), the system displays the VCR-like user interface. This interface enables users to control the speed and direction of the animation.
The function ProBatchAnimationStart() requires as input the animation movie to be started (animated). In addition, you can supply a callback function to be invoked before each animation frame is displayed. The callback function is of type ProBatchAnimAct.
Use the function ProAnimmovieSpinflagSet() to set the ProBoolean flag that allows spin in a batch animation process. If the animation includes view modifications, this flag should be set to false, otherwise it can be true.
Was this helpful?