数値を加算する

Add x to y.
メモ|Note
- Grasshopperでは点やベクトル同士も加算可能。
スクリプト|Script
| Python | DesignScript Syntax |
|---|---|
x + y |
x + y |
※x,yは変数。
索引|Index
| Grasshopper | Dynamo |
|---|---|
| [Maths > Operators > Addition] | [Math > Operators > +] |

Add x to y.
| Python | DesignScript Syntax |
|---|---|
x + y |
x + y |
※x,yは変数。
| Grasshopper | Dynamo |
|---|---|
| [Maths > Operators > Addition] | [Math > Operators > +] |