I think the problem is clearly understood :) I can't see a quick or elegant way of flattening just the last branches to the previous one without flattening the whole list. Maybe I'm missing something. You can try flattening the whole list and use the method i posted in this thread: http://groups.google.com/group/grasshopper3d/browse_thread/thread/00e46302283f8f7d to recreate the correct path.
On Mar 29, 10:03 pm, Thøger <[email protected]> wrote: > instead of 9 paths with one point in each > > On 29 Mar., 21:56, Thøger <[email protected]> wrote: > > > The problem is actually that I would like to get 3 paths with 3 points > > in each path if we look at the screenshot visose posted > > > On 24 Mar., 10:24, visose <[email protected]> wrote: > > > > In the mean time, if you need it for curves that will explode in > > > smaller pieces, you can also try the hack of using series + list item > > > components to create > > > trees.http://grasshopper3d.googlegroups.com/web/NotAsNastyHackToGetCurveInt... > > > > On Mar 24, 1:34 am, David Rutten <[email protected]> wrote: > > > > > Hi Thøger, > > > > > ok, I understand now. It's possible to do what you want, but it's a > > > > nasty hack that will only work well for lines. If you have curves that > > > > will explode into multiple parts, you'll have to join them back > > > > together again as > > > > well:http://groups.google.com/group/grasshopper3d/web/NastyHackToGetCurveI... > > > > > Until I add components that can reshape data trees, these kind of > > > > operations will always be very difficult or even impossible. > > > > > -- > > > > David Rutten > > > > [email protected] > > > > Robert McNeel & Associates > > > > > On Mar 24, 1:18 am, Thøger <[email protected]> wrote: > > > > > > Hi david > > > > > > Check this > > > > > screenshothttp://grasshopper3d.googlegroups.com/web/intersecting_curves.jpg?gsc... > > > > > > I dont want it to preform at the previous. I want to be able to work > > > > > with the points as three "lists" > > > > > > Thanks for the help > > > > > > On 22 Mar., 13:14, David Rutten <[email protected]> wrote: > > > > > > > Hi Thøger, > > > > > > > Data Trees do not set any limitations on how data is stored. How > > > > > > your > > > > > > curves will be intersected will depend on which Data Matching type > > > > > > you've chosen for the [Curve|Curve Intersection] Component (shortest > > > > > > list, longest list or cross reference) and how your input curves are > > > > > > stored. If you expect it to work the same as in previous versions of > > > > > > Grasshopper than flatten both input parameter (option available in > > > > > > the > > > > > > menu). > > > > > > > If it still doesn't work, please post a screen shot where you've put > > > > > > [Param Viewer] objects on all relevant output parameters. > > > > > > > -- > > > > > > David Rutten > > > > > > [email protected] > > > > > > Robert McNeel & Associates > > > > > > > On Mar 22, 11:35 am, Thøger <[email protected]> wrote: > > > > > > > > Thanks for the great release with all the new and enhanced > > > > > > > features > > > > > > > > I thought the new tree structure would also work when you make an > > > > > > > intersection of to sets of curves (10 lines along the y-axis and > > > > > > > 10 > > > > > > > lines along the x-axis) > > > > > > > Is it just me or does the treestructure not support this?- Skjul > > > > > > > tekst i anførselstegn - > > > > > > > - Vis tekst i anførselstegn -- Skjul tekst i anførselstegn - > > > > - Vis tekst i anførselstegn -- Skjul tekst i anførselstegn - > > > - Vis tekst i anførselstegn -
