Ejemplo n.º 1
0
 public Convert_CompPolynomialToPoles(int NumCurves, int Continuity, int Dimension, int MaxDegree,
                                      TColStd_HArray1OfInteger NumCoeffPerCurve, TColStd_HArray1OfReal Coefficients,
                                      TColStd_HArray2OfReal PolynomialIntervals, TColStd_HArray1OfReal TrueIntervals)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public AdvApp2Var_Context(int ifav, int iu, int iv, int nlimu, int nlimv, int iprec_is, int nb1Dss, int nb2Dss,
                           int nb3Dss, TColStd_HArray1OfReal tol1D, TColStd_HArray1OfReal tol2D, TColStd_HArray1OfReal tol3D,
                           TColStd_HArray2OfReal tof1D, TColStd_HArray2OfReal tof2D, TColStd_HArray2OfReal tof3D)
     : base()
 {
     throw new NotImplementedException();
 }
 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 Set(TColStd_HArray2OfReal Coeff)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void Poles(TColStd_HArray2OfReal Poles)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public bool PositionTrsf(TColStd_HArray2OfReal coefs, gp_Trsf trsf, double unit, double prec)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public void Init(TColgp_HArray2OfPnt Poles, TColStd_HArray2OfReal Weights)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public Geom_BezierSurface(TColgp_HArray2OfPnt SurfacePoles, TColStd_HArray2OfReal PoleWeights, bool IsURational,
                           bool IsVRational)
     : base()
 {
     throw new NotImplementedException();
 }