ホーム / モデリング / CGaudi / 関数 / MultiRotate2
MultiRotate2関数
定義
MultiRotate2 (BodyList() As CGaudiBody,
P As CGaudiPoint,bSizeBoxCenter
As Boolean,axis As CGaudiVector,
Angle As Double) As Boolean
[Python]
MultiRotate2_py(CGaudiBody[]
BodyList, CGaudiPoint P, CGaudiVector axis, double Angle)
戻り値
[Python]
引数
| BodyList |
|
回転させたいBody配列 |
| P |
|
回転軸上の点 |
| bSizeBoxCenter |
|
回転軸上の点を回転対象のサイズボックスの中心とするか |
| axis |
|
回転軸の方向ベクトル |
| Angle |
|
回転角[deg] |
[Python]
| BodyList |
|
回転させたいBody(CGaudiBody)配列 |
| P |
|
回転軸上の点(CGaudiPoint) |
| axis |
|
回転軸の方向ベクトル(CGaudiVector) |
| Angle |
|
回転角[deg] |
解説
指定されたBody全てを回転します。
実行例
CGaudiBody.Rotate2を参照してください。