algorithmic modeling for Rhino
Hi Julian,
the polyline component requires that you provide all the points that make up a single polyline in a single list. You can make multiple polylines by providing several different lists.
A single list is identified by a unique path. For example {0}, {0;0;0} or {0;3;0} are all different paths. When data form multiple sources is merged (as in the [V] input of your polyline component), then the various paths are also merged. Thus, the point in the first panel at path {0;0;0} will be put in the same list as the point in the third panel at {0;0;0} as well as the point in the fourth panel at {0;0;0}. Thus, the polyline component will create a polyline through those three points. The second panel contains data with a different path format (only two numbers) and these points will not be merged with anything else because their paths are unique. However a polyline through a single point cannot be made which is probably why the component is orange.
I cannot fix your file because you didn't upload it, but here's some general advice:
You should flatten all your individual point lists, then use Entwine to put them all together and finally plug the result of Entwine into the Polyline V input.
Thank you David.
I Updated the Discussion with the file.
If you can help me i would appreciate
i Could fix the problem.
Thank you David.
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by