Smooth the given curve with Adjacent Average
bool curve_smooth_adjave( curvebase & cuv, int leftpts )
true for success
EX1
//Before run this example, make sure a curve exists in the active layer. void curve_smooth_adjave_ex1() { curve_smooth_adjave(Project.ActiveCurveBase(), 3); // 7 pts smoothing }
origin.h