Object ProExpld

Function ProExpldAnimDataTranslatemoveInit


Description
Creats a translational move.
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldAnimDataTranslatemoveInit(
ProVector trans_vec
/* (In)
The direction of the translation. 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