public void Parameters(IntSurf_PathPoint PStart, int Mult, ref double U, ref double V)
 {
     throw new NotImplementedException();
 }
 public gp_Dir2d Direction2d(IntSurf_PathPoint PStart)
 {
     throw new NotImplementedException();
 }
 public int Multiplicity(IntSurf_PathPoint PStart)
 {
     throw new NotImplementedException();
 }
 public void Value2d(IntSurf_PathPoint PStart, ref double U, ref double V)
 {
     throw new NotImplementedException();
 }
 public bool IsTangent(IntSurf_PathPoint PStart)
 {
     throw new NotImplementedException();
 }
 public gp_Pnt Value3d(IntSurf_PathPoint PStart)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public IntSurf_PathPoint(IntSurf_PathPoint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public void Append(IntSurf_PathPoint theItem)
 {
     throw new NotImplementedException();
 }
Пример #9
0
 public void SetValue(int theIndex, IntSurf_PathPoint theItem)
 {
     throw new NotImplementedException();
 }
Пример #10
0
 public void InsertAfter(int theIndex, IntSurf_PathPoint theItem)
 {
     throw new NotImplementedException();
 }