ベクトルを「X,Y,Z値」から作成する
Create a vector from X,Y,Z values.
メモ|Note
- Grasshopperでは、作成したベクトルの長さも出力される。
スクリプト|Script
rhinoscriptsyntax | DesignScript Syntax |
---|---|
VectorCreate(x, y, z) |
Vector.ByCoordinates(x, y, z) |
※引数は一例です。
索引|Index
Grasshopper | Dynamo |
---|---|
[Vectors > Vector > Vector XYZ] | [Geometry > Abstract > Vector > ByCoordinates] |