Create Triangular Pattern in grasshopper

Hello everyone,

I want to create a triangular pattern those size reduce from bottom to top not only with scale but also with density. please see the attached image.

Thank you.


Triangular Panel.3dm (10.3 MB)

Hi,

Have a look at this :

TrianglePatternFading.gh (15.2 KB)

Without Scale the triangle, use to join the triangle to create a bigger one and the triangle combination reduce from bottom to top. please see attached image.

Split triangle subdivide.gh (24.4 KB)


att-x- triangel.gh (28.4 KB)

great! but this is not smoothly reduce from bottom to top, In this case triangle size divided into 3 parts.

Can you please try to combine triangles to create a big triangle at bottom, if possible
Thanks

If you need those triangles to be subdivisions of each other, one way is to force the scale factors to be powers of 0.5.

I added a bit of randomness to shuffle the layers.

TrianglePatternFading.gh (15.9 KB)

1 Like

Thank you @magicteddy, its amazing, But is this possible to combine the triangles to Create a bigger and small triangular pattern. please see the attached image.


How would I apply this pattern to a surface? I can seem to get ‘map to surface’ to work. Thanks