円を「中心点と半径」で作成する

Create a circle with a center point or a plane and radius.

 

メモ|Note

  • GrasshopperではPointかPlaneを基点として入力でき、DynamoではPointとPlane別々のノードになっている。

 

スクリプト|Script

rhinoscriptsyntax DesignScript Syntax
AddCircle(centerPt,radius) Circle.ByCenterPointRadius(centerPt,radius)

Circle.ByPlaneRadius(plane,radius)

※引数は一例です。

 

索引|Index

Grasshopper Dynamo
[Curve > Primitive > Circle] [Geometry > Curves > Circle > ByCenterPointRadius]

 

[Geometry > Curves > Circle > ByPlaneRadius]

 

 

コメントを残す

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