public void Append(HatchGen_PointsOnElement theSeq)
 {
     throw new NotImplementedException();
 }
 public HatchGen_PointsOnElement Assign(HatchGen_PointsOnElement theOther)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, HatchGen_PointsOnElement theSeq)
 {
     throw new NotImplementedException();
 }
 public HatchGen_PointsOnElement(HatchGen_PointsOnElement theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, HatchGen_PointsOnElement theSeq)
 {
     throw new NotImplementedException();
 }