API Documentation > Miscellaneous > Object ProExpld > Function ProExpldAnimDataRotatemoveInit
Function ProExpldAnimDataRotatemoveInit
Description
Creats a rotational move.
Synopsis
#include <ProExpldstate.h>
ProExpldAnimDataRotatemoveInit
(
ProRay direction
/* (In)
The axis of the rotation. Cannot be NULL.
*/
ProAngle angle
/* (In)
The angle of the rotation. Cannot be NULL.
*/
ProAsmcomppath* comp_set
/* (In)
ProArray of components to which this move will be applied. cannot be NULL or empty.
*/
/* (Out)
The move. Cannot be NULL.
*/
)
Returns
The move is created successfully.
Some arguments are invalid.
User Guide References
Was this helpful?