public Bnd_Array1OfSphere(Bnd_Sphere theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Init(Bnd_Sphere theValue)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, Bnd_Sphere theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public bool IsOut(Bnd_Sphere theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void Add(Bnd_Sphere theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public Bnd_Sphere(Bnd_Sphere parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public Bnd_HArray1OfSphere(int theLower, int theUpper, Bnd_Sphere theValue)
     : base()
 {
     throw new NotImplementedException();
 }