C# create triangle pyramid surface

I recently had to solve the same problem and solved the sequencing using triangular numbers. This is in Python, but might inspire an implementation:


201208_TriangleSubdivision_01.gh (5.5 KB)

2 Likes