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