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();
 }
Exemplo n.º 2
0
 public AdvApp2Var_Criterion(AdvApp2Var_Criterion parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
 public void Perform(AdvApprox_Cutting UChoice, AdvApprox_Cutting VChoice, AdvApp2Var_EvaluatorFunc2Var Func,
                     AdvApp2Var_Criterion Crit)
 {
     throw new NotImplementedException();
 }
 public void ComputeConstraints(AdvApprox_Cutting UChoice, AdvApprox_Cutting VChoice,
                                AdvApp2Var_EvaluatorFunc2Var Func, AdvApp2Var_Criterion Crit)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public int CutSense(AdvApp2Var_Criterion Crit, int NumDec)
 {
     throw new NotImplementedException();
 }