David,
i made an interpolation curve from points, now how do i split or
explode the curve on its points (the points i made the curve from)  so
i will have an individual segments from point to point?
Thank You,
adi

On Mar 27, 3:59 pm, adifajar_utama <adifajarut...@gmail.com> wrote:
> Thank You very much
>
> On Mar 27, 3:04 pm, David Rutten <da...@mcneel.com> wrote:
>
> > Hi Adifajar,
>
> > you'll have to cull your list of curves.
> > The best way to do so is to measure thelengthof all your curves, and
> > compare those lengths to a fixed value using a [Larger Than]
> > component. This component will output a list of Boolean values (False
> > for short curves, True for long curves), and this boolean pattern can
> > be used to Cull yourcurvelist.
>
> >http://groups.google.com/group/grasshopper3d/web/CullByLength.png
>
> > --
> > David Rutten
> > da...@mcneel.com
> > Robert McNeel & Associates
>
> > On Mar 27, 2:02 pm, adifajar_utama <adifajarut...@gmail.com> wrote:
>
> > > i have a problem selecting curves. i want toselectcurves that only
> > > have a specificlengththat i determine. i tried to measure the curves
> > > and put it into the list and find the specific curves that i want. but
> > > how can i get the selected lines into a pipe for example.
>
> > > thank you

Reply via email to