Thanks Damien. I was wanting to be able to play with the spacing of the interpolated curves by adjusting the amount amount of points to evaluate. So creating a subset for each interpolated curve is a little cumbersome. I guess I'll just have to do it the old fashion way and just model it in Rhino. Thanks.
Don On Feb 25, 10:09 am, damien_alomar <[email protected]> wrote: > Unless you split the points out and manually create each curve through > a separate component, then you won't be able to achieve this. This is > one of the biggest issue with GH that all of the data gets strung > together and something that David is currently working on. If you did > want to split this you should extract through the List Item component > the actual interval that you need, then supply that to the SubSet > component. > > Best, > Damien > > On Feb 24, 7:29 pm, DonS <[email protected]> wrote: > > > Trying to create multiple subsets of points using divide interval. > > Ideally I would like to create separate interpolated curves with each > > of the subsets. > > >http://grasshopper3d.googlegroups.com/web/090224.1.jpg > > > I've tried plugging in the subset command to my base point evaluation > > and to my divide interval, and then that into my interpolate curve. > > Doesn't seem to work. Any one have any ideas. Thanks.
