Ejemplo n.º 1
0
 public void InitCutting(PLib_Base aBase, double CurvTol, FEmTool_Curve aCurve)
 {
     throw new NotImplementedException();
 }
 public FEmTool_ElementsOfRefMatrix(PLib_Base TheBase, int DerOrder)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public FEmTool_Curve(int Dimension, int NbElements, PLib_Base TheBase, double Tolerance)
     : base()
 {
     throw new NotImplementedException();
 }