public AppParCurves_MultiBSpCurve(AppParCurves_MultiCurve SC, TColStd_Array1OfReal Knots,
                                   TColStd_Array1OfInteger Mults)
     : base()
 {
     throw new NotImplementedException();
 }
 public AppParCurves_Array1OfMultiCurve(AppParCurves_MultiCurve theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Init(AppParCurves_MultiCurve theValue)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, AppParCurves_MultiCurve theItem)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public AppParCurves_HArray1OfMultiCurve(int theLower, int theUpper, AppParCurves_MultiCurve theValue)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public AppParCurves_MultiCurve(AppParCurves_MultiCurve parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public void Append(AppParCurves_MultiCurve theItem)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public void InsertAfter(int theIndex, AppParCurves_MultiCurve theItem)
 {
     throw new NotImplementedException();
 }