Hello.
I'm trying to do a grasshopper project to create fences.
The main objective at this point is to copy (align) vertical elements
to the path curves.
These elements should be spaced evently based on a "target distance"
between them.
Also "each" path segment should be divided number of segments and not
by lengh.
It works fine but theres a little annoyance...the vertical element is
copied twice in the segment junctions.
I used the "Explode" component that worked fine for dividing each
segment but the result of the "frames" component is a single list not
a list of frames for each segment that would result in a list of
lists.
Consequently, solving the doubled elements in the junctions problem
using "subset" component, after "frames", to eliminate the first
element (or the last) of each segment doesn't works.
Any thoughts about this?
I attached the grasshopper project and a sample 3dm file if anyone is
willing to take a look.
Thanks

Reply via email to