API 文件集 > Animation > Object ProAnimation > Callback ProAnimObjAct
Callback ProAnimObjAct
Description
This is the generic function for visiting animation objects.
Synopsis
#include <ProAnimate.h>
(*ProAnimObjAct)
(
ProAnimObj anim_obj
/* (In)
The handle to the animation object
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAnimframeObjVisit()
*/
)
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
這是否有幫助?