Example #1
0
 public void Append(TColgp_SequenceOfPnt theSeq)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public TColgp_SequenceOfPnt Assign(TColgp_SequenceOfPnt theOther)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void Split(int theIndex, TColgp_SequenceOfPnt theSeq)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public TColgp_SequenceOfPnt(TColgp_SequenceOfPnt theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void InsertAfter(int theIndex, TColgp_SequenceOfPnt theSeq)
 {
     throw new NotImplementedException();
 }