Femtet2026.0マクロヘルプ/マニュアル
 

ホーム / モデリング / CGaudi / 関数 / MultiMove

MultiMove関数

定義

MultiMove (BodyList() As CGaudiBody, Vector As CGaudiVector) As Boolean
 


[Python]
 MultiMove_py(CGaudiBody[] BodyList, CGaudiVector Vector)

戻り値

True   成功
False   失敗
 


[Python]
True   成功
False   失敗

引数

BodyList   移動させたいBody配列
Vector   移動ベクトル
 


[Python]
BodyList   移動させたいBody(CGaudiBody)配列
Vector   移動ベクトル(CGaudiVector)

解説

指定されたBody全てを移動します。

実行例

CGaudiBody.Moveを参照してください。