Extracting lines from Mesh

Hello fellow grasshopper users,

I’m trying to experiment with hanging Meshes in Kangaroo 2 by applying a length goal to each line of the mesh. I want to create special geometries by selecting certain lines of the mesh that follow an individual curve. In order to do that I need to extract all lines that pass said curve, but I can’t come up with an efficiant way to do so.

Do you now any approach for solving the problem, or is there another way?

Thanks a lot :slight_smile:

Here’s one way - draw a line through the mesh where you want to treat the edges differently, and extract those edges based on proximity
catenary_crease.gh (15.5 KB)

1 Like

Thank you for the quick answer! I will use this method :slight_smile: