TYPE SMC_SMOOTHPATHMODE :
Defines the element type applied for the smoothing of the axes.
InOut:
Name |
Comment |
This mode inserts a spline of 3rd order, with different length of tangents that define the spline. In case of SP_SPLINE3, this length is dependent from the length of the neighbour object. |
|
This mode inserts a spline of 5th order. |
|
This mode inserts a spline of 3rd order, with different length of tangents that define the spline. In case of SP_SPLINE3_CV, this length is dependent from the length of the part of the neighbor object that has been cut off. In case of two adjacent line objects, SP_SPLINE3_CV will stay inside the convex hull of the original path. |
|
This 5th oder spline is similar with 3rd order case. There’s no guarantee that the curve will stay inside the convex hull. |
|
Blending with polynomial of 5th degree of minimum curvature |