Category Animation, Object ProAnimFrame

Function ProAnimframeCreate


Description
Creates an animation frame.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimframeCreate(
ProMatrix frame_view
/* (In)
This is the transformation from the root assembly; therefore, it is an absolute location in the top model coordinate system.
*/
ProAnimFrame* anim_frame
/* (Out)
The handle to the newly created animation frame.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the frame.

Manual References:

  1. User Interface: Animation: Animation Frames
  2. User Interface: Animation: Animation Frames

Sample Code References:

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