API 설명서 > Animation > Object ProAnimObj > Function ProAnimobjectCreate
Function ProAnimobjectCreate
Description
Prepares an animation object.
NOTE: This function does not support external objects.
Synopsis
#include <ProAnimate.h>
ProAnimobjectCreate
(
ProSelection p_select
/* (In)
The item to be animated. Currently, this can be a part or an assembly only.
*/
ProMatrix position
/* (In)
Indicates the location of the animation item with respect to its immediate parent.
*/
ProAnimObj* anim_obj
/* (Out)
The handle to the newly created object for animation.
*/
)
Returns
The function successfully created the object.
Model is in read-only state.
The specified object type is not supported.
Sample Code References
User Guide References
도움이 되셨나요?