public AdvApp2Var_ApproxAFunc2Var(int Num1DSS, int Num2DSS, int Num3DSS, TColStd_HArray1OfReal OneDTol,
                                   TColStd_HArray1OfReal TwoDTol, TColStd_HArray1OfReal ThreeDTol, TColStd_HArray2OfReal OneDTolFr,
                                   TColStd_HArray2OfReal TwoDTolFr, TColStd_HArray2OfReal ThreeDTolFr, double FirstInU, double LastInU,
                                   double FirstInV, double LastInV, GeomAbs_IsoType FavorIso, GeomAbs_Shape ContInU, GeomAbs_Shape ContInV,
                                   int Prec_isCode, int MaxDegInU, int MaxDegInV, int MaxPatch, AdvApp2Var_EvaluatorFunc2Var Func,
                                   AdvApp2Var_Criterion Crit, AdvApprox_Cutting UChoice, AdvApprox_Cutting VChoice)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Approximation(TColStd_HArray1OfReal OneDTol, TColStd_HArray1OfReal TwoDTol,
                           TColStd_HArray1OfReal ThreeDTol, double BounTol, double First, double Last, GeomAbs_Shape Continuity,
                           int Degmax, int Segmax, AdvApprox_EvaluatorFunction TheApproxFunction, AdvApprox_Cutting TheCuttingTool)
 {
     throw new NotImplementedException();
 }
 public void ComputePatches(AdvApprox_Cutting UChoice, AdvApprox_Cutting VChoice,
                            AdvApp2Var_EvaluatorFunc2Var Func)
 {
     throw new NotImplementedException();
 }
 public void ComputeConstraints(AdvApprox_Cutting UChoice, AdvApprox_Cutting VChoice,
                                AdvApp2Var_EvaluatorFunc2Var Func, AdvApp2Var_Criterion Crit)
 {
     throw new NotImplementedException();
 }
 public void Perform(AdvApprox_Cutting UChoice, AdvApprox_Cutting VChoice, AdvApp2Var_EvaluatorFunc2Var Func,
                     AdvApp2Var_Criterion Crit)
 {
     throw new NotImplementedException();
 }