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