public AppParCurves_MultiBSpCurve(AppParCurves_Array1OfMultiPoint tabMU, TColStd_Array1OfReal Knots,
                                   TColStd_Array1OfInteger Mults)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public AppParCurves_HArray1OfMultiPoint(AppParCurves_Array1OfMultiPoint theOther)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public AppParCurves_Array1OfMultiPoint Move(AppParCurves_Array1OfMultiPoint theOther)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public AppParCurves_MultiCurve(AppParCurves_Array1OfMultiPoint tabMU)
     : base()
 {
     throw new NotImplementedException();
 }