Ejemplo n.º 1
0
 public IntTools_Range(IntTools_Range parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void SetRange(IntTools_Range theRange)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void SetRange1(IntTools_Range aR)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void AppendRange2(IntTools_Range aR)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public bool IsOnPave1(double theT, IntTools_Range theRange, double theTol)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public bool IsInRange(IntTools_Range theRRef, IntTools_Range theR, double theTol)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 9
0
 public void Init(IntTools_Range theValue)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 10
0
 public IntTools_Array1OfRange(IntTools_Range theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 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();
 }