I’m trying to produce a pattern facade of wood planks. I manage to do an array along a curve that I modify using attractor. BUT, now the planks are oriented parallel to the curve (the blue lines) and I want them to stay perpendicular to the facade behind (the red lines).
The blue lines are perpendicular to the curve, not parallel to it, and you want them perpendicular to the facade instead. That will be a little tough on the rounded corner unless you treat that part separately.
Sorry, I forgot about the files, here they are now.
I will look at your exemple. Seems that you needed to sweep and keep your form parallel along the curve am I right?
The white group is an intervention between HFrame and Rectangle to realign the planes (HFrames) on the “south” and “east” curves while leaving those on the rounded corner alone.
I looked at what you send me and I need to had a third curve on the northwest corner. But now it seems that the rectangles cannot align anymore. Is this because the curve is now 3 side rather than 2?
I was also wondering if my spacing strategy between rectangles is right? I kinda set attractors that I chose on the curve and I tried to pull rectangles away from it in a gradient way. But it seems that I can’t specify a range of distances…like if I would like to have minimum of 4" and a maximum of 12". I tried to remap but it seems like the graph or another parameter interferes with it?
First, there is an error in the model I posted earlier. The Or component in the white group needs a third input to correctly handle the third curve, East Crv. Do you see why?
Second, I’d be more inclined to address the spacing issue if you understood what I did a few days ago well enough to adapt it to the “north wall”. It’s discouraging that you didn’t.
Third, the easy answer to spacing is don’t mess with it at all.
As to an alternative strategy, it’s an art project so spacing is arbitrary. I could comment about how to use ReMap differently but that’s a slippery slope leading to an alternative strategy and I’d rather not.
I had a hard time trying to understand your alignment process that you send me earlier this week. BUT, I manage to analyse it and found a second method to do it by exploding the curves and than align my rectangles on the base ones by rotating their origin.
I also manage to find a way to speficy a domain range of distance along the curve inside the array. Instead of using kind of attractors, it was easier to take closest rectangle from the façade and force them to be thighter together.