Documentação da API > Animation > Object ProAnimFrame > Function ProAnimframeCreate
Function ProAnimframeCreate
Description
Creates an animation frame.
Synopsis
#include <ProAnimate.h>
ProAnimframeCreate
(
ProMatrix frame_view
/* (In)
This is the transformation from the root assembly; therefore, it is an absolute location in the top model coordinate system.
*/
ProAnimFrame* anim_frame
/* (Out)
The handle to the newly created animation frame.
*/
)
Returns
The function successfully created the frame.
Sample Code References
User Guide References
Isto foi útil?