InsertCurveHermite Spline


The Hermite Spline Curve command creates an interpolation curve called a Hermite cubic spline, in which the tangent direction can be defined at each interpolation point. The shape of the Hermite spline is determined by the direction of these tangents and by a shared value, called the stretch factor.

If n is the number of points you want to interpolate, then the curve will be made up of n-1 consecutive arcs. At each of the defining points, the Hermite spline has slope continuity (continuity 1).

For each input point to be interpolated, you must specify the direction of the tangent to the interpolating curve at that point. You can specify the tangent by using either of the following methods:
 


Try to ...