Hello everyone,
How would you go about building that:
The subject are the fins. They have to all:
-be the same component.
-be perpendicular to the wall.
-Follow the curve of the roof
A coworker asked me for some advice to make that quickly, and my fix is not very elegant.
Here is what I did:
1-extract the flat curve of the walls, used pathcopy to set my fins all around
2-extract the upper curve, made a surface out of it, using VertexTools
3-Move the fins over the building, drop them on the surface previously built with dropGC, and move them back in position
4- And then, apply a section inside the fin group, to have nice flat bottom
And voila, here is your quick final result with the fins ready to be toyed with.
But there is this secret and problematic section plan involved.
Among other things, it forces me to have a flat bottom. I canât do that without breakings my components:
OR Zscaling them individually (which is precisely what I want to avoid)
I can somewhat see a way to do that using s4uâs to components, but it wouldnât be very straightforward.
I would be curious to know how would you guys tackle that?
Bonus question:
If you can keep the spacing between the fins editable after they are all in place and properly dimentioned (within sketchup), I would worship you.