Hi Adifajar, you'll have to cull your list of curves. The best way to do so is to measure the length of 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 your curve list.
http://groups.google.com/group/grasshopper3d/web/CullByLength.png -- David Rutten [email protected] Robert McNeel & Associates On Mar 27, 2:02 pm, adifajar_utama <[email protected]> wrote: > i have a problem selecting curves. i want to select curves that only > have a specific length that 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
