直線を「始点、終点」から作成
Create a line with 2 points.
メモ|Note
- 特になし。
スクリプト|Script
rhinoscriptsyntax | DesignScript Syntax |
---|---|
AddLine(startPt, endPt) |
Line.ByStartPointEndPoint(startPt, endPt) |
※引数は一例です。
索引|Index
Grasshopper | Dynamo |
---|---|
[Curve > Primitive > Line] | [Geometry > Curves > Line > ByStartPointEndPoint] |