メッシュの「頂点、面のインデックス、頂点の法線」を取得
Get vertices, faces and vertex normals of a mesh.
メモ|Note
- Grasshopperでは面の色が出力される。
- Grasshopperでは一つのコンポーネントで、Dynamoではそれぞれ別のノードで取得できる。
スクリプト|Script
rhinoscriptsyntax | DesignScript Syntax |
---|---|
MeshFaces(mesh)
|
Mesh.VertexPositions(mesh)
|
※引数は一例です。
索引|Index
Grasshopper | Dynamo |
---|---|
[Mesh > Analysis > Deconstruct Mesh] | [Geometry > Meshes > Mesh > VertexPositions]
[Geometry > Meshes > Mesh > FaceIndices] [Geometry > Meshes > Mesh > VertexNormals] |