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