Hi David I solved the problem by flattening the lines/arcs, it works but it doesn´t return the list in correct order. I re-ordered it by z value so no ploblem. But I am still not sure why it "shuffels" the list? (from 012345.... to 12345.....0) Can you explain what the flattening node does? And what are the possibilities by not flattening eg. a list of lines.?
Thanks alot Tore On Apr 3, 12:21 pm, David Rutten <[email protected]> wrote: > Hi Tore, > > if you've flattened the input data, then Join should work exactly the > same as before. If it doesn't, it's a bug. > > Can you send me the file at [email protected]? > > -- > David Rutten > [email protected] > Robert McNeel & Associates > > On Apr 2, 2:05 pm, vectore <[email protected]> wrote: > > > Hi David > > > I have a problem with joining lines/arcs in the latest release. The > > lines/arcs have the same direction and are placed in the right order > > according to the list. Does it have something to do with the new data > > tree structure? > > It joins some of the lines/arcs, but not all of them? > > > (I have tried to flatten the data, but no luck) > > Another problem is after joining some of the lines/arcs, the output- > > list is not in the right order afterwards? > > > Looking forward to hear from you. > > > Best > > > Tore
