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