Hello I am a student who has recently just started using grasshopper, so working with the different data types is new to me.
I am working on a project to recreate a structural system of the Gherkin, using LunchBox’s diagrid structure component I have been able to workout most of this. However the one part of the diagrid I need to make are the horizonal members. So far I have taken the Structure Nodes output from the Diagrid Structure component and used Partition List to make a data tree that has each branch containing points with like Z values.
The issue is it seems the Polyline component doesn’t respect the branches of the data tree and tends to hop around? Causing my curves to have shifts and not be co-planar. I tried messing with the Closed boolean but this just made gaps throughout and did not resolve the original issue.
if you look at the Panel after the Partition List, you will notice that even before going into the Polyline component, the points in each branch do not all share the very same Z value (this just to rule out the possibility of Polyline component non respecting data branches ):
Yes, was looking through this and just started to notice that later down the list issues were occurring. Thanks for bringing up methods to sort through data sets based on actual values and not just guessing.