Inheritance: CascadeSharp.TKGeomAlgo.Law.Law_Function
Ejemplo n.º 1
0
 public TColStd_HArray1OfReal MixBnd(int Degree, TColStd_Array1OfReal Knots, TColStd_Array1OfInteger Mults,
                                     Law_Linear Lin)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Law_Linear(Law_Linear parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Law_BSpFunc MixBnd(Law_Linear Lin)
 {
     throw new NotImplementedException();
 }