| Description | ||||||||
| Prepares an animation object.
NOTE: This function does not support external objects. |
||||||||
| Synopsis | ||||||||
| #include <ProAnimate.h> | ||||||||
| ProError | 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 | ||||||||
|
||||||||