ホーム / モデリング / CGaudiFace / 関数 / MoveFace
MoveFace関数
定義
MoveFace (Vector As CGaudiVector) As Boolean戻り値
| True | 成功 | |
| False | 失敗 |
引数
| Vector | 移動ベクトル |
解説
選択した面を移動します。実行例
TopolID(33)を移動します。Dim Face0 As CGaudiFace
Set Face0 = Body(0).GetFaceByID(33)
Dim Vector0 As New CGaudiVector
Vector0.SetCoord 0#, -0.5, 0#
Face0.MoveFace Vector0


