I have a curve that I need to make go through a large number of points but I need it to be tangent at one end.
If I use CurveThroughPoints I can get the curve through the points but no tangent.
If I use Match after creating the curve, the result curve is tangent but does not go through the points.
Is there any way to get a combination of both?
you can use InterpCrv
via menus :
there’s a ‘start tangent’ option:
…which will allow you to do what you want:
if you have a large number of points however, this method may be cumbersome in that you’ll need to manually select each point you’d like the curve to go through…
Thanks,
I should have mentioned that but it is the large number of points (several sets of 100) that gets me there.