Hello everyone,
I have 2 questions here in my upload file:
One is why the item index is all -1?
Two is unflatten will work well in this case?
Please give me some ideas or suggestions.
Thank you
Q5- Merge intersections into one.gh (42.1 KB)
Hello everyone,
I have 2 questions here in my upload file:
One is why the item index is all -1?
Two is unflatten will work well in this case?
Please give me some ideas or suggestions.
Thank you
I don’t really get what you want to do? Could you maybe elaborte a little?
I wann generate the curve in the light green group, however the original points have several intersections(not one intersection between curves). I use remove duplicate points, but I could not get those curve like the light green group shows.
You got it entirely wrong:
Instead of item index, use member index. Item index will give you different information as explained here.
Yeah, it work withNumber Index
, Thank you Adwait.