Triangle mesh from points

Hi All :smile:

I’ve never worked much with meshes or points, but now I have a set of points that I would like to make a mesh from - triangles, as indicated in the picture. Is there an automated way to do this, or will I have to construct it manually?

Thanks in advance,
Jakob

Hi Jakob,

MeshPatch should do something with your points… --Mitch

Hi Jakob.
Check [this discussion][1].
ā€œPivot ballā€ grasshopper component, will definitively do the job.

EDIT: didn’t see Mitch’s reply. Sorry about that.
[1]: Mesh from points using Grasshopper

Thanks a million @Helvetosaur and @djordje! Both great solutions. I’ve been looking for an excuse to dig into GH, so this might be the perfect opportunity!

Regards, Jakob