Break curve at point!

Is it possible to break a curve at all intersection points with the mesh vertices or in general with some given points in grasshopper?
image

IntersectionCurvePoint.gh (5.8 KB)

There are a few ways to do this.

Here’s my solution:

  1. find vertices which are closest to the curve, in this case I chose 0.1 as threshold.
  2. filter the points and timestamps.
  3. shatter the curve

IntersectionCurvePoint.gh (23.4 KB)

1 Like

Mesh Edges ‘E1’ output?

1 Like


IntersectionCurvePoint_2020Sep8a.gh (23.0 KB)

1 Like