public bool VOscSurf(double U, double V, ref bool t, Geom_BSplineSurface L)
 {
     throw new NotImplementedException();
 }
 public bool BuildOsculatingSurface(double Param, int UKnot, int VKnot, Geom_BSplineSurface BS,
                                    Geom_BSplineSurface L)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public Geom_BSplineSurface(Geom_BSplineSurface parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void Append(Geom_BSplineSurface theItem)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void SetValue(int theIndex, Geom_BSplineSurface theItem)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void InsertAfter(int theIndex, Geom_BSplineSurface theItem)
 {
     throw new NotImplementedException();
 }
 public bool VOsculatingSurface(double U, double V, ref bool IsOpposite, Geom_BSplineSurface VOsculSurf)
 {
     throw new NotImplementedException();
 }