API 文件集 > Animation > Object ProAnimation > Callback ProAnimFrameAct
Callback ProAnimFrameAct
Description
This is the generic function definition for visiting animation frames.
Synopsis
#include <ProAnimate.h>
(*ProAnimFrameAct)
(
ProAnimFrame anim_frame
/* (In)
The handle to the animation frame being visited
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAnimmovieFrameVisit()
*/
)
Returns
If this is the filter function, proceed to the visit action.
Any other value
If this is the filter function, skip this item. If this is the visit action, return values are not interpreted by Creo Parametric.
這是否有幫助?