Split curve with another curve

Is there a way to cut a curve at a particular point where another curve intersects? I’m looking for something like this

The reason I’m trying to do this is I have some circles and they need to be cut at a very particular point but that point isn’t necessarily where the vertices are. If this can be done with meshes instead of curves I’m ok with that too.

The TinyCad addon (included in Blender) does something similar. It only works for mesh objects.

It does not split the edges it joins them adding a vertex in the intersection with the “intersect selected edges” option, you can then use the v key to split them. The 2 edges have to be the same object so you would have to join the 2 objects.

Perfect thanks! I’ll check it out

Just watched this random video and remembered someone (you) wanted a way to do this…

1 Like

While this is a limited scenario solution, it is still a beautiful application.

In Polygon, you can use tinyCAD Mesh Tools Addon (default Addon)
https://docs.blender.org/manual/en/latest/addons/mesh/tinycad.html

In curv, you can use curvecad (additional installation addon).
※ Available on Blender 3.6

Bezier Curve CAD Tools - Coding / Released Scripts and Themes - Blender Artists Community

1 Like