Category Animation, Object ProAnimMovie

Function ProAnimmovieCreate


Description
Creates an animation movie.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimmovieCreate(
ProMdl top_model
/* (In)
The top-level model being animated
*/
ProAnimMovie* anim_movie
/* (Out)
The handle to the newly created animation movie
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the animation movie.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. User Interface: Animation: Batch Animation
  2. User Interface: Animation: Batch Animation

Sample Code References:

  1. pt_examples ( TestAnimation.c )
  2. pt_examples ( TestCollect.c )
  3. pt_userguide ( UgAnimAsmcompAnim.c )