メッシュを「頂点、面」から作成する
Create a mesh from vertices and faces.
メモ|Note
- Grasshopperでは、面の色を設定するオプションがある。
- Grasshopperの”Faces”は、Dynamoの”IndexGroup”。
スクリプト|Script
rhinoscriptsyntax | DesignScript Syntax |
---|---|
AddMesh(vertices, faceVertices) |
Mesh.ByPointsFaceIndices(points, faceIndices) |
※引数は一例です。
索引|Index
Grasshopper | Dynamo |
---|---|
[Mesh > Primitive > Construct Mesh] | [Geometry > Meshes > Mesh > ByPointsFaceIndices] |