I have two lines that are not intersecting, but I would like to extend them until they touch.
What's the best way to go about this?
I have two lines that are not intersecting, but I would like to extend them until they touch.
What's the best way to go about this?
Edit: So you say that it's a bezier curve, in that case you can't do this operation, unless you convert to mesh then back to bezier.
First thing, in the options enable Auto Merge and Split Edges & Faces:
Then select a vertex, press GG to slide, and C to extend the slide beyond the limit. When the edges will cross it will automatically create a vertex thanks to the options:
@moonboot's way, the straight-up, straightforward use of tools, is preferable, IMO.. but if you had to do this repeatedly, then the shipped add-on Mesh:tinyCAD has a 'VTX|AUTO' operator that will extend coplanar edges to their intersection:
The only options I see are three check boxes. One for 'Origins', 'Locations' and 'Parents'.
– CodeZealot Apr 17 '23 at 16:01There is a step I'm missing somewhere. When I open a new project, here's what I do.
But the vertex still doesn't appear.
– CodeZealot Apr 18 '23 at 12:05