オブジェクトを「ベクトル」で移動させる
Translate an object by a vector.
メモ|Note
- Dynamoでは、1.ベクトル、2.単位ベクトルと距離、3.X,Y,Z値を入力する3種類の[Translate]ノードがある。
- Grasshopperでは、[Transform]から平行移動行列が出力される。
スクリプト|Script
rhinoscriptsyntax | DesignScript Syntax |
---|---|
MoveObjects(objects, translate) |
Geometry.Translate(objects, direction)
|
※引数は一例です。
索引|Index
Grasshopper | Dynamo |
---|---|
[Transform > Euclidean > Move] | [Geometry > Modifiers > Geometry > Translate (direction)]
[Geometry > Modifiers > Geometry > Translate (xTranslation, yTranslation, zTranslation)] [Geometry > Modifiers > Geometry > Translate (direction, distance)] |