Hey, I’m making a frame in Grasshopper and I want to array the vertical frame along a curve, but the distances between are fixed (200, 600, 800, 1000, 1200) but randomly chosen. How is this possible.
Frames.3dm (52.3 KB)
Frames.gh (8.2 KB)
Hey, I’m making a frame in Grasshopper and I want to array the vertical frame along a curve, but the distances between are fixed (200, 600, 800, 1000, 1200) but randomly chosen. How is this possible.
also, you may find it easier to use PFrame with a range of random points in the curves domain instead of ArrCurve to locate the frames.
Frames a.gh (22.0 KB)
Hey, thanks for your solution. I only have a little problem when measuring the distances between the vertical elements, because the don’t correspond to the input distances. Do you know how to solve this?
Is that okay?
Frames b.gh (21.1 KB)
Almost, if i bake it and measure it than the measurement from the list aren’t corresponding with the dimension between the vertical elements. I want to place panels of a certain measurement in between the vertical elements. So the distance between the vertical elements should to be the same as the input distances.
I hadn’t taken into consideration the length of the curve which is much greater than the sum of the distances between the elements.
This is exactly how the position of the elements should be.
To fill the entire curve, many more would be needed.
Frames c.gh (23.7 KB)