Category Animation, Object ProAnimation

Callback ProAnimObjAct


Description
This is the generic function for visiting animation objects.
Synopsis
#include <ProAnimate.h>
ProError(*ProAnimObjAct)(
ProAnimObj anim_obj
/* (In)
The handle to the animation object
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAnimframeObjVisit()
*/
)
Returns
PRO_TK_NO_ERRORIf this is the filter function, proceed to the visit action.
Any other valueIf this is the filter function, skip this item. If this is the visit action, return values are not interpreted by Creo Parametric

Manual References:

  1. User Interface: Animation: Animation Frames