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