長方形を「基準平面、幅、高さ」で作成
Create a rectangle by plane, width and height.
メモ|Note
- GrasshopperではPointかPlaneを基点として入力でき、Dynamoでは基点が原点、PointとPlane別々のノードになっている。
- Grasshopperでは角のフィレット半径を指定するオプションあり。
スクリプト|Script
rhinoscriptsyntax | DesignScript Syntax |
---|---|
AddRectangle(plane, width, height) |
Rectangle.ByWidthLength(width, height)
|
※引数は一例です。
索引|Index
Grasshopper | Dynamo |
---|---|
[Curve > Primitive > Rectangle] | [Geometry > Curves > Rectangle > ByWidthLength(width, length)]
[Geometry > Curves > Rectangle > ByWidthLength(plane, width, length)] [Geometry > Curves > Rectangle > ByWidthLength(cs, width, length)] |