点を「X,Y,Z値」から作成する

Create a point by coordination.

 

メモ

  • 特になし。

 

スクリプト|Script

rhinoscriptsyntax DesignScript Syntax
AddPoint(x, y, z) Point.ByCoordinate(x, y, z)

※引数は一例です。

 

索引|Index

Grasshopper Dynamo
[Vectors > Point > Construct] [Geometry > Points > Point > ByCoordination]

 

 

コメントを残す

メールアドレスが公開されることはありません。

前の記事

数値を減算する