Example #1
0
 public void RejectLines(IntTools_SequenceOfCurves aSIn, IntTools_SequenceOfCurves aSOut)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public int SplitCurve(IntTools_Curve aC, IntTools_SequenceOfCurves aS)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void Append(IntTools_SequenceOfCurves theSeq)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public IntTools_SequenceOfCurves Assign(IntTools_SequenceOfCurves theOther)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public IntTools_SequenceOfCurves(IntTools_SequenceOfCurves theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void Split(int theIndex, IntTools_SequenceOfCurves theSeq)
 {
     throw new NotImplementedException();
 }