Exemplo n.º 1
0
 public void MergeBSplineKnots(double Tolerance, double StartValue, double EndValue, int Degree1,
                               TColStd_Array1OfReal Knots1, TColStd_Array1OfInteger Mults1, int Degree2, TColStd_Array1OfReal Knots2,
                               TColStd_Array1OfInteger Mults2, ref int NumPoles, TColStd_HArray1OfReal NewKnots,
                               TColStd_HArray1OfInteger NewMults)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
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();
 }
Exemplo n.º 3
0
 public Convert_GridPolynomialToPoles(int MaxUDegree, int MaxVDegree, TColStd_HArray1OfInteger NumCoeff,
                                      TColStd_HArray1OfReal Coefficients, TColStd_HArray1OfReal PolynomialUIntervals,
                                      TColStd_HArray1OfReal PolynomialVIntervals)
     : base()
 {
     throw new NotImplementedException();
 }
 public void BuildCosAndSin(Convert_ParameterisationType Parametr_isation, double UFirst, double ULast,
                            TColStd_HArray1OfReal CosNumerator, TColStd_HArray1OfReal SinNumerator, TColStd_HArray1OfReal Denominator,
                            ref int Degree, TColStd_HArray1OfReal Knots, TColStd_HArray1OfInteger Mults)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void SetColors(TColStd_HArray1OfInteger aColor)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public void ConcatC1(TColGeom_Array1OfBSplineCurve ArrayOfCurves, TColStd_Array1OfReal ArrayOfToler,
                      TColStd_HArray1OfInteger ArrayOfIndices, TColGeom_HArray1OfBSplineCurve ArrayOfConcatenated,
                      ref bool ClosedFlag, double ClosedTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public void Multiplicities(TColStd_HArray1OfInteger M)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public void Init(TColStd_HArray1OfInteger theValue)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public FEmTool_AssemblyTable(TColStd_HArray1OfInteger theBegin, int theRowLower, int theRowUpper,
                              int theColLower, int theColUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public void fillIndexTable(TColStd_HArray1OfInteger theTable)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public void SetValue(int theRow, int theCol, TColStd_HArray1OfInteger theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public FEmTool_HAssemblyTable(int theRowLow, int theRowUpp, int theColLow, int theColUpp,
                               TColStd_HArray1OfInteger theValue)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public void BuildArray(int Degree, TColStd_HArray1OfReal Knots, int Continuty, TColStd_HArray1OfReal FlatKnots,
                        TColStd_HArray1OfInteger Mults, TColStd_HArray1OfReal Parameters)
 {
     throw new NotImplementedException();
 }