直方体を「X,Y,Z値」から作成する

Create a rectangular with an origin point and X,Y,Z values.
メモ|Note
- Dynamoでは、基点を(0,0,0)、任意のPoint、CoordinateSystem から設定する3種類ある。
スクリプト|Script
| RhinoCommon | DesignScript Syntax |
|---|---|
Box(Plane, Interval, Interval, Interval)(centerPt,radius) |
origin, width, length, height) |
※引数は一例です。
索引|Index
| Grasshopper | Dynamo |
|---|---|
| [Surface > Primitive > Center Box] | [Geometry > Solids > Cuboid > ByLengths] |


