I’m new to Grasshopper so apologies in advance if there is an easy solution to this. I have a wireframe igs model that I imported into Rhino. From this, I need to extract vertices for each curve (there is some curvature but for easy of computation, we can assume they are all linear). The kicker is that there’s hundreds of curves and I was wondering if there was a way to define and extract these end points in a simple manner so that I’m basically left with something like line IJ = (xi, yi, zi), (xj, yj, zj) and repeat. Any ideas on where to start would be helpful
Hi Raul -
Without your .gh file and specifics about where are you getting stuck, it’s hard to offer help.
Why doesn’t End Points do the trick?
-wim
So I got the data required, via Endpoints and data outputs. Do you have any idea how to export this data into some kind of txt or csv file?
you can organize data with a Merge, Join Text with a comma, get output to a Text Panel:
at this point you can right click on the panel and stream content, or “copy data only” and paste it manually
This worked like a charm!! Thank you!
1 Like