public Approx_FitAndDivide(AppCont_Function Line) : base() { throw new NotImplementedException(); }
public Approx_FitAndDivide(AppCont_Function Line, int degreemin, int degreemax) : base() { throw new NotImplementedException(); }
public Approx_FitAndDivide(AppCont_Function Line, int degreemin, int degreemax, double Tolerance3d, double Tolerance2d, bool cutting) : base() { throw new NotImplementedException(); }
public bool Compute(AppCont_Function Line, double Ufirst, double Ulast, ref double TheTol3d, ref double TheTol2d) { throw new NotImplementedException(); }
public Approx_FitAndDivide(AppCont_Function Line, int degreemin, int degreemax, double Tolerance3d, double Tolerance2d, bool cutting, AppParCurves_Constraint FirstC, AppParCurves_Constraint LastC) : base() { throw new NotImplementedException(); }
public void Perform(AppCont_Function Line) { throw new NotImplementedException(); }