Baravelle Spirals kinetic curtain panel

I, want do design Baravelle Spirals kinetic curtain panel to apply on my thesis project , i am not able how to proceed with this. can any anyone help me how can i design this type panel or how can i start ?

1 Like

Well geometrically it looks fairly simple. What exactly do you struggle with?
What have you tried? Is it a Dynamo specific question?

1 Like

Fractions connect to the spiral in the square. Following equation, gives us the area of the spiral:

2

We can also rewrite this equation in notation form

1

This will inform us of the necessary information we need to be able to find the next set of triangles we create. n represents the number of times we used the midpoints to create another polygon inside.

I want to create this geometry mathematically on dyanmo and i want make open and close like camera shutter . Also organic and smooth like this bio Facade https://www.youtube.com/watch?v=P6RHFDgeFTA . is there any way i will be able to do this on dyanmo ?

1 Like

As Viktor said, the geometry should be pretty straight forward. I’ve already got something working in Python. The slightly more tricky part would be to get the shape to “open and close”.

Edit: Here’s a python option.

3 Likes

You can get started with a bit of DS:

If you don’t mind tinkering with custom nodes for a while, you can achieve something similar with the List.Scan and LoopWhile nodes.

3 Likes

With nodes …
20180321-2.dyn (12.2 KB)

2 Likes

Almost the same as @Vikram_Subbaiah

4 Likes

I was not able to crack the tricky part , so i dropped this idea.
thanks for quick response.

Thanks this was really helpful .

1 Like

Thanks, Dimitar Venkov