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