public IntCurveSurface_SequenceOfPnt Assign(IntCurveSurface_SequenceOfPnt theOther)
 {
     throw new NotImplementedException();
 }
 public void Append(IntCurveSurface_SequenceOfPnt theSeq)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, IntCurveSurface_SequenceOfPnt theSeq)
 {
     throw new NotImplementedException();
 }