メッシュの「頂点、面のインデックス、頂点の法線」を取得

Get vertices, faces and vertex normals of a mesh.

 

メモ|Note

  • Grasshopperでは面の色が出力される。
  • Grasshopperでは一つのコンポーネントで、Dynamoではそれぞれ別のノードで取得できる。

 

スクリプト|Script

rhinoscriptsyntax DesignScript Syntax
MeshFaces(mesh)

MeshFaceVertices(mesh)

MeshVertexNormals(mesh)

Mesh.VertexPositions(mesh)

Mesh.FaceIndices(mesh)

Mesh.VertexNormals(mesh)

※引数は一例です。

 

索引|Index

Grasshopper Dynamo
[Mesh > Analysis > Deconstruct Mesh] [Geometry > Meshes > Mesh > VertexPositions]

 

[Geometry > Meshes > Mesh > FaceIndices]

 

[Geometry > Meshes > Mesh > VertexNormals]

 

 

コメントを残す

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