API Documentation > Animation > Object ProAnimMovie > Function ProAnimmovieCreate
Function ProAnimmovieCreate
Description
Creates an animation movie.
Synopsis
#include <ProAnimate.h>
ProAnimmovieCreate
(
ProMdl top_model
/* (In)
The top-level model being animated
*/
ProAnimMovie* anim_movie
/* (Out)
The handle to the newly created animation movie
*/
)
Returns
The function successfully created the animation movie.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?