use the Srf CP component to project the points back to the extruded
surface and get the {uv} coordinates. Then sort the points by the v
value with the sort list component.

On Nov 16, 4:46 pm, carter <[EMAIL PROTECTED]> wrote:
> so. i have a plane intersecting lines, i am getting a list of
> intersecting points. i am then culling the list in a variety of ways.
> so say i have 88 points being returned to me, but i only want to keep
> the middle 40 points as they occur in sequence along the plane, and
> then i only want every other point. unfortunately grasshopper is
> sorting this list in a way that is resulting in returning points that
> are not in the desired sequence.
> see:http://groups.google.com/group/grasshopper3d/web/CULL%20ISSUES.png
>
> i want to sort the points according to the sequence that they occur
> along the original line.
>
> carter

Reply via email to