Grasshopper

algorithmic modeling for Rhino

Hi there, I am trying to get the center points of each of the mesh triangles on a Delaunay surface but nothing seems to work. I tried a similar script with voronoi, and I can just use the "area" command on it and I can get the centers perfectly fine. But on Delaunay, I used mesh brep then mesh area, and it didn't work.

If it helps, the reason that I wanna find the center points is to randomly extrude them and create a faceted surface. 

Mesh_Center.gh

Views: 5255

Replies to This Discussion

1. Take component mesh faces

2. Get corner points of those polylines

3. Use average component and input corner points to it. It will give the center

Or just use component mesh face normals

It gives center point and z axis

Mesh face normals worked perfectly, thank you very much!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service