Enum TableInterpolationType
Interpolation mode for position tables (cam plates). Position tables consist of a list of master and slave positions between which interpolation can take place in different ways. The interpolation type is not used for extended cam plates(motion functions).
public enum TableInterpolationType
Fields
CubicSpline = 2
Cubic spline interpolation of all reference points ("global spline") (NC_INTERPOLATIONTYPE_SPLINE)
FourPoint = 1
4-point interpolation (NC_INTERPOLATIONTYPE_4POINT) (for equidistant table types only)
Linear = 0
Linear interpolation (NC_INTERPOLATIONTYPE_LINEAR) (Standard)
SlidingCubicSpline = 3
Moving cubic spline interpolation with n sampling points ('local spline')