예제 #1
0
 public IntTools_Range(IntTools_Range parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void SetRange(IntTools_Range theRange)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void SetRange1(IntTools_Range aR)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void AppendRange2(IntTools_Range aR)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public bool IsOnPave1(double theT, IntTools_Range theRange, double theTol)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public bool IsInRange(IntTools_Range theRRef, IntTools_Range theR, double theTol)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public void FindSolutions(IntTools_Range theR1, Bnd_Box theBox1, IntTools_Range theR2, Bnd_Box theBox2,
                           IntTools_SequenceOfRanges theRanges1, IntTools_SequenceOfRanges theRanges2)
 {
     throw new NotImplementedException();
 }
 public bool InsertRange(IntTools_Range theRange, int theFlag, int theIndex)
 {
     throw new NotImplementedException();
 }
예제 #9
0
 public void Init(IntTools_Range theValue)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 public IntTools_Array1OfRange(IntTools_Range theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #11
0
 public void SetValue(int theIndex, IntTools_Range theItem)
 {
     throw new NotImplementedException();
 }
 public void Append(IntTools_Range theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, IntTools_Range theItem)
 {
     throw new NotImplementedException();
 }