Object ProExpld

Function ProExpldAnimDataRotatemoveInit


Description
Creats a rotational move.
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldAnimDataRotatemoveInit(
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.
*/
ProExpldAnimMoveData* p_move_data
/* (Out)
The move. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe move is created successfully.
PRO_TK_BAD_INPUTSSome arguments are invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Accessing Exploded States
  2. Assembly: Basic Assembly Access: Accessing Exploded States