Ejemplo n.º 1
0
 public Approx_FitAndDivide(AppCont_Function Line)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Approx_FitAndDivide(AppCont_Function Line, int degreemin, int degreemax)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Approx_FitAndDivide(AppCont_Function Line, int degreemin, int degreemax, double Tolerance3d,
                            double Tolerance2d, bool cutting)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public bool Compute(AppCont_Function Line, double Ufirst, double Ulast, ref double TheTol3d,
                     ref double TheTol2d)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 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();
 }
Ejemplo n.º 6
0
 public void Perform(AppCont_Function Line)
 {
     throw new NotImplementedException();
 }