SMC_SMOOTHPATHMODE (ENUM)

 

TYPE SMC_SMOOTHPATHMODE :

Defines the element type applied for the smoothing of the axes.

InOut:

Name

Comment

SP_SPLINE3

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.

SP_SPLINE5

This mode inserts a spline of 5th order.

SP_SPLINE3_CV

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.

SP_SPLINE5_CV

This 5th oder spline is similar with 3rd order case. There’s no guarantee that the curve will stay inside the convex hull.

SP_SPLINE5_MIN_CURVATURE

Blending with polynomial of 5th degree of minimum curvature