public void Set(BlendFunc_SectionShape TypeSection)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void GetMinimalWeights(BlendFunc_SectionShape SectShape, Convert_ParameterisationType TConv,
                               double AngleMin, double AngleMax, TColStd_Array1OfReal Weigths)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void Knots(BlendFunc_SectionShape SectShape, TColStd_Array1OfReal TKnots)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void Mults(BlendFunc_SectionShape SectShape, TColStd_Array1OfInteger TMults)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void GetShape(BlendFunc_SectionShape SectShape, double MaxAng, ref int NbPoles, ref int NbKnots,
                      ref int Degree, ref Convert_ParameterisationType TypeConv)
 {
     throw new NotImplementedException();
 }