How can I put many points in a set of "points" ?

Once I open the .igs file, the set of points will be distributed on the space.

And I want them to be a set of points as the image shows.

I can do the job with "Set Multiple Points" by clicking each of the points, but I want rather easier methods.

Attached are the point set(.igs) and algorithm from here.

How can I define the point set as a "point parameter?" 

  • up

    Thomas Helzle

    Explode the object, select all the points at once with a rectangular selection, then click "Set Multiple Points". Done. ;-)

    Cheers,

    Tom

    • up

      David Rutten

      Pointclouds are not objects that Grasshopper understands. You can explode the pointcloud in Rhino, and then window select all the loose points using 'Set Multiple Points'.

      • up

        SSB

        Oh thank you !!