API ドキュメンテーション > Miscellaneous > Object ProExpld > Function ProExpldAnimDataTranslatemoveInit
Function ProExpldAnimDataTranslatemoveInit
Description
Creats a translational move.
Synopsis
#include <ProExpldstate.h>
ProExpldAnimDataTranslatemoveInit
(
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.
*/
/* (Out)
The move. Cannot be NULL.
*/
)
Returns
The move is created successfully.
Some arguments are invalid.
User Guide References
これは役に立ちましたか?