public void SetValue(int theIndex, IntSurf_InteriorPoint theItem)
 {
     throw new NotImplementedException();
 }
 public void Append(IntSurf_InteriorPoint theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, IntSurf_InteriorPoint theItem)
 {
     throw new NotImplementedException();
 }
 public IntSurf_InteriorPoint(IntSurf_InteriorPoint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public gp_Dir2d Direction2d(IntSurf_InteriorPoint PStart)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void Value2d(IntSurf_InteriorPoint PStart, ref double U, ref double V)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public gp_Pnt Value3d(IntSurf_InteriorPoint PStart)
 {
     throw new NotImplementedException();
 }